Shades of Thatch #A29A98
Tints of Thatch #A29A98
RGB
CMYK
RGB Variations
Color information
#A29A98 (or 0xA29A98) is known color: Thatch. HEX triplet: A2, 9A and 98. RGB value is (162,154,152). Sum of RGB (Red+Green+Blue) = 162+154+152=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A98 is #5D6567. Grayscale: #9C9C9C. Windows color (decimal): -6120808 or 10001058. OLE color: 10001058.
HSL color Cylindrical-coordinate representation of color #A29A98: hue angle of 12º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A29A98 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 154 | 152 | - |
CMYK | 0 | 0.05 | 0.06 | 0.36 |
HSL | 12º | 0.05% | 0.62% | - |
HSV(B) | 12º | 0.06% | 0.64% | - |
XYZ | 32.12 | 33.06 | 34.39 | - |
YUV | 156.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 154 | 152 | 0 | 0.05 | 0.06 | 0.36 | 12 | 0.05 | 0.62 |
Hex | A2 | 9A | 98 | 0 | 5 | 6 | 24 | C | 5 | 3E |
Octal | 242 | 232 | 230 | 0 | 5 | 6 | 44 | 14 | 5 | 76 |
Binary | 10100010 | 10011010 | 10011000 | 0 | 101 | 110 | 100100 | 1100 | 101 | 111110 |
Color Harmonies of #A29A98
Complementary color
Monochromatic Colors of #A29A98
Black with #A29A98
Text Example
Text Example
White with #A29A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A98; }
p { color: rgb(162,154,152); }
H1.HeaderClassName
{
color: #A29A98;
}
.AnyTagClassName
{
color: #A29A98;
}
</style>
background-color css
<style>
a { background-color: #A29A98; }
a { background-color: rgb(162,154,152); }
div.DivClassName
{
background-color: #A29A98;
}
.BgClassName
{
background-color: #A29A98;
}
</style>
border-color css
<style>
span { border-color: #A29A98; }
span { border-color: rgb(162,154,152); }
td.TdClassName
{
border-color: #A29A98;
}
.TagClassName
{
border-color: #A29A98;
}
</style>