#A9830A

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

Shades of Dark Goldenrod #A9830A

Tints of Dark Goldenrod #A9830A

Color information

#A9830A (or 0xA9830A) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 83 and 0A. RGB value is (169,131,10). Sum of RGB (Red+Green+Blue) = 169+131+10=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9830A is #567CF5. Grayscale: #818181. Windows color (decimal): -5668086 or 689065. OLE color: 689065.

HSL color Cylindrical-coordinate representation of color #A9830A: hue angle of 45.66º 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 #A9830A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB16913110-
CMYK00.220.940.34
HSL45.66º88.83%35.1%-
HSV(B)45.66º94.08%66.27%-
XYZ24.5324.693.76-
YUV128.5761.09156.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 10 (4.30% from 255) = 3.23%
R=54.52%
G=42.26%
B=3.23%

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
Decimal1691311000.220.940.3445.6688.8335.1
HexA983A0165E222e5923
Octal25120312026136425613143
Binary1010100110000011101001011010111101000101011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9830A; }

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

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

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

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

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

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

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

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