#A98E88

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

Shades of Thatch #A98E88

Tints of Thatch #A98E88

Color information

#A98E88 (or 0xA98E88) is unknown color: approx Thatch. HEX triplet: A9, 8E and 88. RGB value is (169,142,136). Sum of RGB (Red+Green+Blue) = 169+142+136=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98E88 is #567177. Grayscale: #959595. Windows color (decimal): -5665144 or 8949417. OLE color: 8949417.

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

Color convert

RGB169142136-
CMYK00.160.200.34
HSL10.91º16.1%59.8%-
HSV(B)10.91º19.53%66.27%-
XYZ30.4829.5627.39-
YUV149.39120.45141.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=37.81%
G=31.77%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914213600.160.200.3410.9116.159.8
HexA98E880101422b103c
Octal2512162100202442132074
Binary10101001100011101000100001000010100100010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E88; }

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

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

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

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

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

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

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

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