#A57602

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

Shades of Dark Goldenrod #A57602

Tints of Dark Goldenrod #A57602

Color information

#A57602 (or 0xA57602) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 76 and 02. RGB value is (165,118,2). Sum of RGB (Red+Green+Blue) = 165+118+2=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A57602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57602 is #5A89FD. Grayscale: #777777. Windows color (decimal): -5933566 or 161445. OLE color: 161445.

HSL color Cylindrical-coordinate representation of color #A57602: hue angle of 42.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A57602 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1651182-
CMYK00.280.990.35
HSL42.7º97.6%32.75%-
HSV(B)42.7º98.79%64.71%-
XYZ22.0120.962.94-
YUV118.8362.07160.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=57.89%
G=41.40%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165118200.280.990.3542.797.632.75
HexA576201C63232b6221
Octal2451662034143435314241
Binary1010010111101101001110011000111000111010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57602; }

 p { color: rgb(165,118,2); }

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

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

 a { background-color: rgb(165,118,2); }

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

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

 span { border-color: rgb(165,118,2); }

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