#A9840A

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

Shades of Dark Goldenrod #A9840A

Tints of Dark Goldenrod #A9840A

Color information

#A9840A (or 0xA9840A) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 84 and 0A. RGB value is (169,132,10). Sum of RGB (Red+Green+Blue) = 169+132+10=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9840A is #567BF5. Grayscale: #818181. Windows color (decimal): -5667830 or 689321. OLE color: 689321.

HSL color Cylindrical-coordinate representation of color #A9840A: hue angle of 46.04º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9840A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB16913210-
CMYK00.220.940.34
HSL46.04º88.83%35.1%-
HSV(B)46.04º94.08%66.27%-
XYZ24.6724.963.8-
YUV129.1560.76156.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=54.34%
G=42.44%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691321000.220.940.3446.0488.8335.1
HexA984A0165E222e5923
Octal25120412026136425613143
Binary1010100110000100101001011010111101000101011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9840A; }

 p { color: rgb(169,132,10); }

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

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

 a { background-color: rgb(169,132,10); }

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

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

 span { border-color: rgb(169,132,10); }

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