#A2870A

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

Shades of Dark Goldenrod #A2870A

Tints of Dark Goldenrod #A2870A

Color information

#A2870A (or 0xA2870A) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 87 and 0A. RGB value is (162,135,10). Sum of RGB (Red+Green+Blue) = 162+135+10=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2870A is #5D78F5. Grayscale: #818181. Windows color (decimal): -6125814 or 690082. OLE color: 690082.

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

Color convert

RGB16213510-
CMYK00.170.940.36
HSL49.34º88.37%33.73%-
HSV(B)49.34º93.83%63.53%-
XYZ23.6225.033.87-
YUV128.8260.95151.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=52.77%
G=43.97%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621351000.170.940.3649.3488.3733.73
HexA287A0115E24315822
Octal24220712021136446113042
Binary1010001010000111101001000110111101001001100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2870A; }

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

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

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

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

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

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

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

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