#A27801

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

Shades of Dark Goldenrod #A27801

Tints of Dark Goldenrod #A27801

Color information

#A27801 (or 0xA27801) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 78 and 01. RGB value is (162,120,1). Sum of RGB (Red+Green+Blue) = 162+120+1=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A27801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27801 is #5D87FE. Grayscale: #777777. Windows color (decimal): -6129663 or 96418. OLE color: 96418.

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

Color convert

RGB1621201-
CMYK00.260.990.36
HSL44.35º98.77%31.96%-
HSV(B)44.35º99.38%63.53%-
XYZ21.6221.122.96-
YUV118.9961.41158.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=57.24%
G=42.40%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162120100.260.990.3644.3598.7731.96
HexA278101A63242c6320
Octal2421701032143445414340
Binary101000101111000101101011000111001001011001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27801; }

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

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

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

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

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

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

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

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