#A98988

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

Shades of Thatch #A98988

Tints of Thatch #A98988

Color information

#A98988 (or 0xA98988) is unknown color: approx Thatch. HEX triplet: A9, 89 and 88. RGB value is (169,137,136). Sum of RGB (Red+Green+Blue) = 169+137+136=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A98988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98988 is #567677. Grayscale: #929292. Windows color (decimal): -5666424 or 8948137. OLE color: 8948137.

HSL color Cylindrical-coordinate representation of color #A98988: hue angle of 1.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98988 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB169137136-
CMYK00.190.200.34
HSL1.82º16.1%59.8%-
HSV(B)1.82º19.53%66.27%-
XYZ29.7528.127.15-
YUV146.45122.1144.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=38.24%
G=31.00%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913713600.190.200.341.8216.159.8
HexA9898801314222103c
Octal251211210023244222074
Binary101010011000100110001000010011101001000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98988; }

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

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

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

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

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

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

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

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