#A57600

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

Shades of Dark Goldenrod #A57600

Tints of Dark Goldenrod #A57600

Color information

#A57600 (or 0xA57600) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 76 and 00. RGB value is (165,118,0). Sum of RGB (Red+Green+Blue) = 165+118+0=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A57600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57600 is #5A89FF. Grayscale: #777777. Windows color (decimal): -5933568 or 30373. OLE color: 30373.

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

Color convert

RGB1651180-
CMYK00.2810.35
HSL42.91º100%32.35%-
HSV(B)42.91º100%64.71%-
XYZ2220.962.89-
YUV118.661.07161.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.30%
G=41.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165118000.2810.3542.9110032.35
HexA576001C64232b6420
Octal2451660034144435314440
Binary101001011110110001110011001001000111010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57600; }

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

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

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

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

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

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

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

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