#A57806

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

Shades of Dark Goldenrod #A57806

Tints of Dark Goldenrod #A57806

Color information

#A57806 (or 0xA57806) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 78 and 06. RGB value is (165,120,6). Sum of RGB (Red+Green+Blue) = 165+120+6=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A57806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57806 is #5A87F9. Grayscale: #787878. Windows color (decimal): -5933050 or 424101. OLE color: 424101.

HSL color Cylindrical-coordinate representation of color #A57806: hue angle of 43.02º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A57806 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1651206-
CMYK00.270.960.35
HSL43.02º92.98%33.53%-
HSV(B)43.02º96.36%64.71%-
XYZ22.2721.453.14-
YUV120.4663.41159.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 6 (2.73% from 255) = 2.06%
R=56.70%
G=41.24%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165120600.270.960.3543.0292.9833.53
HexA578601B60232b5d22
Octal2451706033140435313542
Binary10100101111100011001101111000001000111010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57806; }

 p { color: rgb(165,120,6); }

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

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

 a { background-color: rgb(165,120,6); }

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

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

 span { border-color: rgb(165,120,6); }

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