#A27A02

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

Shades of Dark Goldenrod #A27A02

Tints of Dark Goldenrod #A27A02

Color information

#A27A02 (or 0xA27A02) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 7A and 02. RGB value is (162,122,2). Sum of RGB (Red+Green+Blue) = 162+122+2=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A02 is #5D85FD. Grayscale: #787878. Windows color (decimal): -6129150 or 162466. OLE color: 162466.

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

Color convert

RGB1621222-
CMYK00.250.990.36
HSL45º97.56%32.16%-
HSV(B)45º98.77%63.53%-
XYZ21.8721.63.07-
YUV120.2861.25157.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=56.64%
G=42.66%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162122200.250.990.364597.5632.16
HexA27A201963242d6220
Octal2421722031143445514240
Binary1010001011110101001100111000111001001011011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A02; }

 p { color: rgb(162,122,2); }

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

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

 a { background-color: rgb(162,122,2); }

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

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

 span { border-color: rgb(162,122,2); }

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