#A19A98

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

Shades of Thatch #A19A98

Tints of Thatch #A19A98

Color information

#A19A98 (or 0xA19A98) is unknown color: approx Thatch. HEX triplet: A1, 9A and 98. RGB value is (161,154,152). Sum of RGB (Red+Green+Blue) = 161+154+152=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A98 is #5E6567. Grayscale: #9B9B9B. Windows color (decimal): -6186344 or 10001057. OLE color: 10001057.

HSL color Cylindrical-coordinate representation of color #A19A98: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A19A98 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161154152-
CMYK00.040.060.37
HSL13.33º4.57%61.37%-
HSV(B)13.33º5.59%63.14%-
XYZ31.9232.9634.38-
YUV155.86125.82131.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=34.48%
G=32.98%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115415200.040.060.3713.334.5761.37
HexA19A9804625d53d
Octal2412322300464515575
Binary10100001100110101001100001001101001011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A98; }

 p { color: rgb(161,154,152); }

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

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

 a { background-color: rgb(161,154,152); }

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

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

 span { border-color: rgb(161,154,152); }

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