#A98A88

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

Shades of Thatch #A98A88

Tints of Thatch #A98A88

Color information

#A98A88 (or 0xA98A88) is unknown color: approx Thatch. HEX triplet: A9, 8A and 88. RGB value is (169,138,136). Sum of RGB (Red+Green+Blue) = 169+138+136=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A88 is #567577. Grayscale: #939393. Windows color (decimal): -5666168 or 8948393. OLE color: 8948393.

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

Color convert

RGB169138136-
CMYK00.180.200.34
HSL3.64º16.1%59.8%-
HSV(B)3.64º19.53%66.27%-
XYZ29.8928.3927.2-
YUV147.04121.77143.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=38.15%
G=31.15%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913813600.180.200.343.6416.159.8
HexA98A8801214224103c
Octal251212210022244242074
Binary1010100110001010100010000100101010010001010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A88; }

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

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

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

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

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

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

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

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