#A98812

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

Shades of Dark Goldenrod #A98812

Tints of Dark Goldenrod #A98812

Color information

#A98812 (or 0xA98812) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 88 and 12. RGB value is (169,136,18). Sum of RGB (Red+Green+Blue) = 169+136+18=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A98812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98812 is #5677ED. Grayscale: #848484. Windows color (decimal): -5666798 or 1214633. OLE color: 1214633.

HSL color Cylindrical-coordinate representation of color #A98812: hue angle of 46.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A98812 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB16913618-
CMYK00.200.890.34
HSL46.89º80.75%36.67%-
HSV(B)46.89º89.35%66.27%-
XYZ25.2826.094.28-
YUV132.4263.43154.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=52.32%
G=42.11%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691361800.200.890.3446.8980.7536.67
HexA9881201459222f5125
Octal25121022024131425712145
Binary10101001100010001001001010010110011000101011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98812; }

 p { color: rgb(169,136,18); }

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

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

 a { background-color: rgb(169,136,18); }

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

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

 span { border-color: rgb(169,136,18); }

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