#A57C0C

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

Shades of Dark Goldenrod #A57C0C

Tints of Dark Goldenrod #A57C0C

Color information

#A57C0C (or 0xA57C0C) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 7C and 0C. RGB value is (165,124,12). Sum of RGB (Red+Green+Blue) = 165+124+12=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C0C is #5A83F3. Grayscale: #7B7B7B. Windows color (decimal): -5932020 or 818341. OLE color: 818341.

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

Color convert

RGB16512412-
CMYK00.250.930.35
HSL43.92º86.44%34.71%-
HSV(B)43.92º92.73%64.71%-
XYZ22.7922.443.48-
YUV123.4965.08157.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=54.82%
G=41.20%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651241200.250.930.3543.9286.4434.71
HexA57CC0195D232c5623
Octal24517414031135435412643
Binary101001011111100110001100110111011000111011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C0C; }

 p { color: rgb(165,124,12); }

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

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

 a { background-color: rgb(165,124,12); }

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

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

 span { border-color: rgb(165,124,12); }

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