#A5840F

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

Shades of Dark Goldenrod #A5840F

Tints of Dark Goldenrod #A5840F

Color information

#A5840F (or 0xA5840F) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 84 and 0F. RGB value is (165,132,15). Sum of RGB (Red+Green+Blue) = 165+132+15=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5840F is #5A7BF0. Grayscale: #818181. Windows color (decimal): -5929969 or 1016997. OLE color: 1016997.

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

Color convert

RGB16513215-
CMYK00.200.910.35
HSL46.8º83.33%35.29%-
HSV(B)46.8º90.91%64.71%-
XYZ23.8524.543.93-
YUV128.5363.93154.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=52.88%
G=42.31%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651321500.200.910.3546.883.3335.29
HexA584F0145B232f5323
Octal24520417024133435712343
Binary1010010110000100111101010010110111000111011111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5840F; }

 p { color: rgb(165,132,15); }

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

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

 a { background-color: rgb(165,132,15); }

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

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

 span { border-color: rgb(165,132,15); }

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