#A9820F

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

Shades of Dark Goldenrod #A9820F

Tints of Dark Goldenrod #A9820F

Color information

#A9820F (or 0xA9820F) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 82 and 0F. RGB value is (169,130,15). Sum of RGB (Red+Green+Blue) = 169+130+15=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A9820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9820F is #567DF0. Grayscale: #818181. Windows color (decimal): -5668337 or 1016489. OLE color: 1016489.

HSL color Cylindrical-coordinate representation of color #A9820F: hue angle of 44.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9820F is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB16913015-
CMYK00.230.910.34
HSL44.81º83.7%36.08%-
HSV(B)44.81º91.12%66.27%-
XYZ24.4324.433.88-
YUV128.5563.92156.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=53.82%
G=41.40%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691301500.230.910.3444.8183.736.08
HexA982F0175B222d5424
Octal25120217027133425512444
Binary1010100110000010111101011110110111000101011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9820F; }

 p { color: rgb(169,130,15); }

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

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

 a { background-color: rgb(169,130,15); }

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

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

 span { border-color: rgb(169,130,15); }

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