#A1870A

Color #A1870A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A1870A

Tints of Dark Goldenrod #A1870A

Color information

#A1870A (or 0xA1870A) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 87 and 0A. RGB value is (161,135,10). Sum of RGB (Red+Green+Blue) = 161+135+10=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1870A is #5E78F5. Grayscale: #818181. Windows color (decimal): -6191350 or 690081. OLE color: 690081.

HSL color Cylindrical-coordinate representation of color #A1870A: hue angle of 49.67º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1870A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB16113510-
CMYK00.160.940.37
HSL49.67º88.3%33.53%-
HSV(B)49.67º93.79%63.14%-
XYZ23.4224.933.86-
YUV128.5261.11151.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 10 (4.30% from 255) = 3.27%
R=52.61%
G=44.12%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611351000.160.940.3749.6788.333.53
HexA187A0105E25325822
Octal24120712020136456213042
Binary1010000110000111101001000010111101001011100101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1870A; }

 p { color: rgb(161,135,10); }

 H1.HeaderClassName
 {
   color: #A1870A;
 }
 .AnyTagClassName
 {
   color: #A1870A;
 }
</style>
background-color css

<style>
 a { background-color: #A1870A; }

 a { background-color: rgb(161,135,10); }

 div.DivClassName
 {
   background-color: #A1870A;
 }
 .BgClassName
 {
   background-color: #A1870A;
 }
</style>
border-color css

<style>
 span { border-color: #A1870A; }

 span { border-color: rgb(161,135,10); }

 td.TdClassName
 {
   border-color: #A1870A;
 }
 .TagClassName
 {
   border-color: #A1870A;
 }
</style>