#A97911

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

Shades of Dark Goldenrod #A97911

Tints of Dark Goldenrod #A97911

Color information

#A97911 (or 0xA97911) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 79 and 11. RGB value is (169,121,17). Sum of RGB (Red+Green+Blue) = 169+121+17=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A97911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97911 is #5686EE. Grayscale: #7B7B7B. Windows color (decimal): -5670639 or 1145257. OLE color: 1145257.

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

Color convert

RGB16912117-
CMYK00.280.900.34
HSL41.05º81.72%36.47%-
HSV(B)41.05º89.94%66.27%-
XYZ23.322.153.58-
YUV123.567.9160.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=55.05%
G=39.41%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691211700.280.900.3441.0581.7236.47
HexA9791101C5A22295224
Octal25117121034132425112244
Binary1010100111110011000101110010110101000101010011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97911; }

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

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

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

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

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

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

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

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