#A2860B

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

Shades of Dark Goldenrod #A2860B

Tints of Dark Goldenrod #A2860B

Color information

#A2860B (or 0xA2860B) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 86 and 0B. RGB value is (162,134,11). Sum of RGB (Red+Green+Blue) = 162+134+11=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2860B is #5D79F4. Grayscale: #808080. Windows color (decimal): -6126069 or 755362. OLE color: 755362.

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

Color convert

RGB16213411-
CMYK00.170.930.36
HSL48.87º87.28%33.92%-
HSV(B)48.87º93.21%63.53%-
XYZ23.4924.763.86-
YUV128.3561.78152-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 11 (4.69% from 255) = 3.58%
R=52.77%
G=43.65%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621341100.170.930.3648.8787.2833.92
HexA286B0115D24315722
Octal24220613021135446112742
Binary1010001010000110101101000110111011001001100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2860B; }

 p { color: rgb(162,134,11); }

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

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

 a { background-color: rgb(162,134,11); }

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

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

 span { border-color: rgb(162,134,11); }

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