#A5790C

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

Shades of Dark Goldenrod #A5790C

Tints of Dark Goldenrod #A5790C

Color information

#A5790C (or 0xA5790C) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 79 and 0C. RGB value is (165,121,12). Sum of RGB (Red+Green+Blue) = 165+121+12=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5790C is #5A86F3. Grayscale: #7A7A7A. Windows color (decimal): -5932788 or 817573. OLE color: 817573.

HSL color Cylindrical-coordinate representation of color #A5790C: hue angle of 42.75º 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 #A5790C is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16512112-
CMYK00.270.930.35
HSL42.75º86.44%34.71%-
HSV(B)42.75º92.73%64.71%-
XYZ22.4221.73.35-
YUV121.7366.08158.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=55.37%
G=40.60%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651211200.270.930.3542.7586.4434.71
HexA579C01B5D232b5623
Octal24517114033135435312643
Binary101001011111001110001101110111011000111010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5790C; }

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

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

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

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

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

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

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

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