Color Hex Logo

#a65433 Color Hex

#A65433
(166,84,51)
0 Favorites   0 Comments

Color spaces of #a65433

RGB 1668451
HSL0.050.530.43
HSV17°69°65°
CMYK 0.000.490.69   0.35
XYZ19.493714.68674.9393
Yxy14.68670.49830.3754
Hunter Lab38.323223.731119.1847
CIE-Lab45.202131.062134.1920

#a65433 color RGB value is (166,84,51).

#a65433 hex color red value is 166, green value is 84 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a65433 hue: 0.05 , saturation: 0.53 and the lightness value of a65433 is 0.43.

The process color (four color CMYK) of #a65433 color hex is 0.00, 0.49, 0.69, 0.35. Web safe color of #a65433 is #996633. Color #a65433 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 00110011
Octal 246 124 63
Decimal 166 84 51
Hex A6 54 33

RGB Percentages of Color #a65433

%55.15
%27.91
%16.94

CMYK Percentages of Color #a65433

%0
%49
%69
%35

Triadic Colors of #a65433

#a65433 #33a654 #5433a6

Analogous Colors of #a65433

#a65433 #a68e33 #a6334b

Monochromatic Colors of #a65433

#a65433

Complementary Color

#a65433 #3385a6

#a65433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65433 Color CSS Codes

.mybgcolor {background-color:#a65433; } 
.myforecolor {color:#a65433; }
.mybordercolor {border:3px solid #a65433; }

#a65433 Text Font Color

<p style="color:#a65433">Text here</p>

This sample text font color is #a65433
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a65433 Background Color

<div style="background-color:#a65433">
Div content here</div>

This div background color is #a65433


#a65433 Border Color

<div style="border:3px solid #a65433">
Div here</div>

This div border color is #a65433


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,84,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65433; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65433;
  -webkit-box-shadow: 1px 1px 3px 2px #a65433;
  box-shadow:         1px 1px 3px 2px #a65433; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,84,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a65433">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a65433;
  -webkit-box-shadow: 1px 1px 3px 2px #a65433;
  box-shadow:         1px 1px 3px 2px #a65433;">
Div content here</div>

This div box has shadow with color #a65433


Comments

No comments written yet.

Please login to write comment.