#A98400

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

Shades of Dark Goldenrod #A98400

Tints of Dark Goldenrod #A98400

Color information

#A98400 (or 0xA98400) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 84 and 00. RGB value is (169,132,0). Sum of RGB (Red+Green+Blue) = 169+132+0=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A98400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98400 is #567BFF. Grayscale: #808080. Windows color (decimal): -5667840 or 33961. OLE color: 33961.

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

Color convert

RGB1691320-
CMYK00.2210.34
HSL46.86º100%33.14%-
HSV(B)46.86º100%66.27%-
XYZ24.6124.943.52-
YUV128.0155.76157.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.15%
G=43.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169132000.2210.3446.8610033.14
HexA984001664222f6421
Octal2512040026144425714441
Binary1010100110000100001011011001001000101011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98400; }

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

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

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

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

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

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

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

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