#A27B01

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

Shades of Dark Goldenrod #A27B01

Tints of Dark Goldenrod #A27B01

Color information

#A27B01 (or 0xA27B01) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 7B and 01. RGB value is (162,123,1). Sum of RGB (Red+Green+Blue) = 162+123+1=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B01 is #5D84FE. Grayscale: #797979. Windows color (decimal): -6128895 or 97186. OLE color: 97186.

HSL color Cylindrical-coordinate representation of color #A27B01: hue angle of 45.47º degrees, saturation: 0.99, 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 #A27B01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1621231-
CMYK00.240.990.36
HSL45.47º98.77%31.96%-
HSV(B)45.47º99.38%63.53%-
XYZ21.9921.853.09-
YUV120.7560.42157.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=56.64%
G=43.01%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162123100.240.990.3645.4798.7731.96
HexA27B101863242d6320
Octal2421731030143445514340
Binary101000101111011101100011000111001001011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B01; }

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

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

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

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

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

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

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

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