#A98E02

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

Shades of Dark Goldenrod #A98E02

Tints of Dark Goldenrod #A98E02

Color information

#A98E02 (or 0xA98E02) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 8E and 02. RGB value is (169,142,2). Sum of RGB (Red+Green+Blue) = 169+142+2=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98E02 is #5671FD. Grayscale: #868686. Windows color (decimal): -5665278 or 167593. OLE color: 167593.

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

Color convert

RGB1691422-
CMYK00.160.990.34
HSL50.3º97.66%33.53%-
HSV(B)50.3º98.82%66.27%-
XYZ26.0527.794.05-
YUV134.1153.45152.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=53.99%
G=45.37%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169142200.160.990.3450.397.6633.53
HexA98E20106322326222
Octal2512162020143426214242
Binary10101001100011101001000011000111000101100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E02; }

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

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

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

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

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

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

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

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