Color Hex Logo

#a3900a Color Hex

#A3900A
(163,144,10)
0 Favorites   0 Comments

Color spaces of #a3900a

RGB 16314410
HSL0.150.880.34
HSV53°94°64°
CMYK 0.000.120.94   0.36
XYZ25.132327.75504.3198
Yxy27.75500.43930.4852
Hunter Lab52.6830-7.042332.0166
CIE-Lab59.6667-5.226562.2473

#a3900a color RGB value is (163,144,10).

#a3900a hex color red value is 163, green value is 144 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a3900a hue: 0.15 , saturation: 0.88 and the lightness value of a3900a is 0.34.

The process color (four color CMYK) of #a3900a color hex is 0.00, 0.12, 0.94, 0.36. Web safe color of #a3900a is #999900. Color #a3900a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 00001010
Octal 243 220 12
Decimal 163 144 10
Hex A3 90 A

RGB Percentages of Color #a3900a

%51.42
%45.43
%3.15

CMYK Percentages of Color #a3900a

%0
%12
%94
%36

Triadic Colors of #a3900a

#a3900a #0aa390 #900aa3

Analogous Colors of #a3900a

#a3900a #6aa30a #a3430a

Monochromatic Colors of #a3900a

#a3900a

Complementary Color

#a3900a #0a1da3

#a3900a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3900a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3900a Color CSS Codes

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

#a3900a Text Font Color

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

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


#a3900a Background Color

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

This div background color is #a3900a


#a3900a Border Color

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

This div border color is #a3900a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3900a


Comments

No comments written yet.

Please login to write comment.