#A98C02

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

Shades of Dark Goldenrod #A98C02

Tints of Dark Goldenrod #A98C02

Color information

#A98C02 (or 0xA98C02) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 8C and 02. RGB value is (169,140,2). Sum of RGB (Red+Green+Blue) = 169+140+2=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98C02 is #5673FD. Grayscale: #858585. Windows color (decimal): -5665790 or 167081. OLE color: 167081.

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

Color convert

RGB1691402-
CMYK00.170.990.34
HSL49.58º97.66%33.53%-
HSV(B)49.58º98.82%66.27%-
XYZ25.7527.23.95-
YUV132.9454.11153.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=54.34%
G=45.02%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169140200.170.990.3449.5897.6633.53
HexA98C20116322326222
Octal2512142021143426214242
Binary10101001100011001001000111000111000101100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C02; }

 p { color: rgb(169,140,2); }

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

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

 a { background-color: rgb(169,140,2); }

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

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

 span { border-color: rgb(169,140,2); }

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