#A9760A

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

Shades of Dark Goldenrod #A9760A

Tints of Dark Goldenrod #A9760A

Color information

#A9760A (or 0xA9760A) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 76 and 0A. RGB value is (169,118,10). Sum of RGB (Red+Green+Blue) = 169+118+10=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9760A is #5689F5. Grayscale: #797979. Windows color (decimal): -5671414 or 685737. OLE color: 685737.

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

Color convert

RGB16911810-
CMYK00.300.940.34
HSL40.75º88.83%35.1%-
HSV(B)40.75º94.08%66.27%-
XYZ22.921.413.21-
YUV120.9465.4162.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=56.90%
G=39.73%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691181000.300.940.3440.7588.8335.1
HexA976A01E5E22295923
Octal25116612036136425113143
Binary101010011110110101001111010111101000101010011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9760A; }

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

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

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

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

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

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

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

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