#A27B06

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

Shades of Dark Goldenrod #A27B06

Tints of Dark Goldenrod #A27B06

Color information

#A27B06 (or 0xA27B06) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 7B and 06. RGB value is (162,123,6). Sum of RGB (Red+Green+Blue) = 162+123+6=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B06 is #5D84F9. Grayscale: #797979. Windows color (decimal): -6128890 or 424866. OLE color: 424866.

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

Color convert

RGB1621236-
CMYK00.240.960.36
HSL45º92.86%32.94%-
HSV(B)45º96.3%63.53%-
XYZ22.0221.863.23-
YUV121.3262.92157.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 6 (2.73% from 255) = 2.06%
R=55.67%
G=42.27%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162123600.240.960.364592.8632.94
HexA27B601860242d5d21
Octal2421736030140445513541
Binary10100010111101111001100011000001001001011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B06; }

 p { color: rgb(162,123,6); }

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

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

 a { background-color: rgb(162,123,6); }

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

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

 span { border-color: rgb(162,123,6); }

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