Color Hex Logo

#a65502 Color Hex

#A65502
(166,85,2)
0 Favorites   0 Comments

Color spaces of #a65502

RGB 166852
HSL0.080.980.33
HSV30°99°65°
CMYK 0.000.490.99   0.35
XYZ18.985314.60841.8765
Yxy14.60840.53520.4118
Hunter Lab38.220921.778823.8437
CIE-Lab45.093128.945853.6723

#a65502 color RGB value is (166,85,2).

#a65502 hex color red value is 166, green value is 85 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a65502 hue: 0.08 , saturation: 0.98 and the lightness value of a65502 is 0.33.

The process color (four color CMYK) of #a65502 color hex is 0.00, 0.49, 0.99, 0.35. Web safe color of #a65502 is #996600. Color #a65502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 00000010
Octal 246 125 2
Decimal 166 85 2
Hex A6 55 2

RGB Percentages of Color #a65502

%65.61
%33.60
%0.79

CMYK Percentages of Color #a65502

%0
%49
%99
%35

Triadic Colors of #a65502

#a65502 #02a655 #5502a6

Analogous Colors of #a65502

#a65502 #a5a602 #a60302

Monochromatic Colors of #a65502

#a65502

Complementary Color

#a65502 #0253a6

#a65502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65502 Color CSS Codes

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

#a65502 Text Font Color

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

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


#a65502 Background Color

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

This div background color is #a65502


#a65502 Border Color

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

This div border color is #a65502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65502


Comments

No comments written yet.

Please login to write comment.