#A27600

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

Shades of Dark Goldenrod #A27600

Tints of Dark Goldenrod #A27600

Color information

#A27600 (or 0xA27600) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 76 and 00. RGB value is (162,118,0). Sum of RGB (Red+Green+Blue) = 162+118+0=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A27600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27600 is #5D89FF. Grayscale: #767676. Windows color (decimal): -6130176 or 30370. OLE color: 30370.

HSL color Cylindrical-coordinate representation of color #A27600: hue angle of 43.7º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A27600 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1621180-
CMYK00.2710.36
HSL43.7º100%31.76%-
HSV(B)43.7º100%63.53%-
XYZ21.3820.642.86-
YUV117.761.58159.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.86%
G=42.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162118000.2710.3643.710031.76
HexA276001B64242c6420
Octal2421660033144445414440
Binary101000101110110001101111001001001001011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27600; }

 p { color: rgb(162,118,0); }

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

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

 a { background-color: rgb(162,118,0); }

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

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

 span { border-color: rgb(162,118,0); }

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