#A97C11

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

Shades of Dark Goldenrod #A97C11

Tints of Dark Goldenrod #A97C11

Color information

#A97C11 (or 0xA97C11) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 7C and 11. RGB value is (169,124,17). Sum of RGB (Red+Green+Blue) = 169+124+17=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97C11 is #5683EE. Grayscale: #7D7D7D. Windows color (decimal): -5669871 or 1146025. OLE color: 1146025.

HSL color Cylindrical-coordinate representation of color #A97C11: hue angle of 42.24º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A97C11 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB16912417-
CMYK00.270.900.34
HSL42.24º81.72%36.47%-
HSV(B)42.24º89.94%66.27%-
XYZ23.6722.893.7-
YUV125.2666.91159.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 17 (7.03% from 255) = 5.48%
R=54.52%
G=40%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691241700.270.900.3442.2481.7236.47
HexA97C1101B5A222a5224
Octal25117421033132425212244
Binary1010100111111001000101101110110101000101010101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C11; }

 p { color: rgb(169,124,17); }

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

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

 a { background-color: rgb(169,124,17); }

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

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

 span { border-color: rgb(169,124,17); }

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