Color Hex Logo

#a38602 Color Hex

#A38602
(163,134,2)
0 Favorites   0 Comments

Color spaces of #a38602

RGB 1631342
HSL0.140.980.32
HSV49°99°64°
CMYK 0.000.180.99   0.36
XYZ23.640324.84113.6063
Yxy24.84110.45390.4769
Hunter Lab49.8408-2.556130.5986
CIE-Lab56.92030.131261.4957

#a38602 color RGB value is (163,134,2).

#a38602 hex color red value is 163, green value is 134 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a38602 hue: 0.14 , saturation: 0.98 and the lightness value of a38602 is 0.32.

The process color (four color CMYK) of #a38602 color hex is 0.00, 0.18, 0.99, 0.36. Web safe color of #a38602 is #999900. Color #a38602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 00000010
Octal 243 206 2
Decimal 163 134 2
Hex A3 86 2

RGB Percentages of Color #a38602

%54.52
%44.82
%0.67

CMYK Percentages of Color #a38602

%0
%18
%99
%36

Triadic Colors of #a38602

#a38602 #02a386 #8602a3

Analogous Colors of #a38602

#a38602 #70a302 #a33602

Monochromatic Colors of #a38602

#a38602

Complementary Color

#a38602 #021fa3

#a38602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38602 Color CSS Codes

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

#a38602 Text Font Color

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

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


#a38602 Background Color

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

This div background color is #a38602


#a38602 Border Color

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

This div border color is #a38602


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,134,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 #a38602">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38602


Comments

No comments written yet.

Please login to write comment.