#A27B05

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

Shades of Dark Goldenrod #A27B05

Tints of Dark Goldenrod #A27B05

Color information

#A27B05 (or 0xA27B05) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 7B and 05. RGB value is (162,123,5). Sum of RGB (Red+Green+Blue) = 162+123+5=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B05 is #5D84FA. Grayscale: #797979. Windows color (decimal): -6128891 or 359330. OLE color: 359330.

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

Color convert

RGB1621235-
CMYK00.240.970.36
HSL45.1º94.01%32.75%-
HSV(B)45.1º96.91%63.53%-
XYZ22.0121.863.2-
YUV121.2162.42157.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=55.86%
G=42.41%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162123500.240.970.3645.194.0132.75
HexA27B501861242d5e21
Octal2421735030141445513641
Binary10100010111101110101100011000011001001011011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B05; }

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

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

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

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

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

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

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

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