Color Hex Logo

#a65029 Color Hex

#A65029
(166,80,41)
0 Favorites   0 Comments

Color spaces of #a65029

RGB 1668041
HSL0.050.600.41
HSV19°75°65°
CMYK 0.000.520.75   0.35
XYZ18.994814.00443.7998
Yxy14.00440.51620.3806
Hunter Lab37.422525.113320.1755
CIE-Lab44.239232.675038.5030

#a65029 color RGB value is (166,80,41).

#a65029 hex color red value is 166, green value is 80 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a65029 hue: 0.05 , saturation: 0.60 and the lightness value of a65029 is 0.41.

The process color (four color CMYK) of #a65029 color hex is 0.00, 0.52, 0.75, 0.35. Web safe color of #a65029 is #996633. Color #a65029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 00101001
Octal 246 120 51
Decimal 166 80 41
Hex A6 50 29

RGB Percentages of Color #a65029

%57.84
%27.87
%14.29

CMYK Percentages of Color #a65029

%0
%52
%75
%35

Triadic Colors of #a65029

#a65029 #29a650 #5029a6

Analogous Colors of #a65029

#a65029 #a68f29 #a62941

Monochromatic Colors of #a65029

#a65029

Complementary Color

#a65029 #297fa6

#a65029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65029 Color CSS Codes

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

#a65029 Text Font Color

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

This sample text font color is #a65029
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.


#a65029 Background Color

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

This div background color is #a65029


#a65029 Border Color

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

This div border color is #a65029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65029


Comments

No comments written yet.

Please login to write comment.