#A98705

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

Shades of Dark Goldenrod #A98705

Tints of Dark Goldenrod #A98705

Color information

#A98705 (or 0xA98705) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 87 and 05. RGB value is (169,135,5). Sum of RGB (Red+Green+Blue) = 169+135+5=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A98705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98705 is #5678FA. Grayscale: #828282. Windows color (decimal): -5667067 or 362409. OLE color: 362409.

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

Color convert

RGB1691355-
CMYK00.200.970.34
HSL47.56º94.25%34.12%-
HSV(B)47.56º97.04%66.27%-
XYZ25.0525.773.8-
YUV130.3557.26155.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.69%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 5 (2.34% from 255) = 1.62%
R=54.69%
G=43.69%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169135500.200.970.3447.5694.2534.12
HexA98750146122305e22
Octal2512075024141426013642
Binary101010011000011110101010011000011000101100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98705; }

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

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

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

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

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

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

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

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