#A27701

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

Shades of Dark Goldenrod #A27701

Tints of Dark Goldenrod #A27701

Color information

#A27701 (or 0xA27701) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 77 and 01. RGB value is (162,119,1). Sum of RGB (Red+Green+Blue) = 162+119+1=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A27701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27701 is #5D88FE. Grayscale: #767676. Windows color (decimal): -6129919 or 96162. OLE color: 96162.

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

Color convert

RGB1621191-
CMYK00.270.990.36
HSL43.98º98.77%31.96%-
HSV(B)43.98º99.38%63.53%-
XYZ21.520.882.93-
YUV118.461.75159.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=57.45%
G=42.20%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162119100.270.990.3643.9898.7731.96
HexA277101B63242c6320
Octal2421671033143445414340
Binary101000101110111101101111000111001001011001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27701; }

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

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

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

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

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

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

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

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