#A57A09

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

Shades of Dark Goldenrod #A57A09

Tints of Dark Goldenrod #A57A09

Color information

#A57A09 (or 0xA57A09) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 7A and 09. RGB value is (165,122,9). Sum of RGB (Red+Green+Blue) = 165+122+9=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A09 is #5A85F6. Grayscale: #7A7A7A. Windows color (decimal): -5932535 or 621221. OLE color: 621221.

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

Color convert

RGB1651229-
CMYK00.260.950.35
HSL43.46º89.66%34.12%-
HSV(B)43.46º94.55%64.71%-
XYZ22.5321.943.31-
YUV121.9764.25158.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=55.74%
G=41.22%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165122900.260.950.3543.4689.6634.12
HexA57A901A5F232b5a22
Octal24517211032137435313242
Binary101001011111010100101101010111111000111010111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A09; }

 p { color: rgb(165,122,9); }

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

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

 a { background-color: rgb(165,122,9); }

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

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

 span { border-color: rgb(165,122,9); }

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