#A97705

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

Shades of Dark Goldenrod #A97705

Tints of Dark Goldenrod #A97705

Color information

#A97705 (or 0xA97705) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 77 and 05. RGB value is (169,119,5). Sum of RGB (Red+Green+Blue) = 169+119+5=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A97705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97705 is #5688FA. Grayscale: #797979. Windows color (decimal): -5671163 or 358313. OLE color: 358313.

HSL color Cylindrical-coordinate representation of color #A97705: hue angle of 41.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A97705 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB1691195-
CMYK00.300.970.34
HSL41.71º94.25%34.12%-
HSV(B)41.71º97.04%66.27%-
XYZ22.9921.643.11-
YUV120.9562.56162.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.68%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=57.68%
G=40.61%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169119500.300.970.3441.7194.2534.12
HexA977501E61222a5e22
Octal2511675036141425213642
Binary10101001111011110101111011000011000101010101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97705; }

 p { color: rgb(169,119,5); }

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

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

 a { background-color: rgb(169,119,5); }

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

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

 span { border-color: rgb(169,119,5); }

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