#A98700

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

Shades of Dark Goldenrod #A98700

Tints of Dark Goldenrod #A98700

Color information

#A98700 (or 0xA98700) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 87 and 00. RGB value is (169,135,0). Sum of RGB (Red+Green+Blue) = 169+135+0=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A98700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98700 is #5678FF. Grayscale: #828282. Windows color (decimal): -5667072 or 34729. OLE color: 34729.

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

Color convert

RGB1691350-
CMYK00.2010.34
HSL47.93º100%33.14%-
HSV(B)47.93º100%66.27%-
XYZ25.0325.763.65-
YUV129.7854.76155.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.59%
G=44.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169135000.2010.3447.9310033.14
HexA98700146422306421
Octal2512070024144426014441
Binary1010100110000111001010011001001000101100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98700; }

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

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

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

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

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

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

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

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