#A98600

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

Shades of Dark Goldenrod #A98600

Tints of Dark Goldenrod #A98600

Color information

#A98600 (or 0xA98600) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 86 and 00. RGB value is (169,134,0). Sum of RGB (Red+Green+Blue) = 169+134+0=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A98600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98600 is #5679FF. Grayscale: #818181. Windows color (decimal): -5667328 or 34473. OLE color: 34473.

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

Color convert

RGB1691340-
CMYK00.2110.34
HSL47.57º100%33.14%-
HSV(B)47.57º100%66.27%-
XYZ24.8925.493.61-
YUV129.1955.1156.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.78%
G=44.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169134000.2110.3447.5710033.14
HexA98600156422306421
Octal2512060025144426014441
Binary1010100110000110001010111001001000101100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98600; }

 p { color: rgb(169,134,0); }

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

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

 a { background-color: rgb(169,134,0); }

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

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

 span { border-color: rgb(169,134,0); }

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