Shades of Chatelle #A8A1AB
Tints of Chatelle #A8A1AB
RGB
CMYK
RGB Variations
Color information
#A8A1AB (or 0xA8A1AB) is known color: Chatelle. HEX triplet: A8, A1 and AB. RGB value is (168,161,171). Sum of RGB (Red+Green+Blue) = 168+161+171=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 171 - color contains mainly: blue. Hex color #A8A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A1AB is #575E54. Grayscale: #A4A4A4. Windows color (decimal): -5725781 or 11248040. OLE color: 11248040.
HSL color Cylindrical-coordinate representation of color #A8A1AB: hue angle of 282º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8A1AB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 161 | 171 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.33 |
| HSL | 282º | 0.06% | 0.65% | - |
| HSV(B) | 282º | 0.06% | 0.67% | - |
| XYZ | 36.24 | 36.75 | 43.71 | - |
| YUV | 164.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 171 | 0.02 | 0.06 | 0 | 0.33 | 282 | 0.06 | 0.65 |
| Hex | A8 | A1 | AB | 2 | 6 | 0 | 21 | 11A | 6 | 41 |
| Octal | 250 | 241 | 253 | 2 | 6 | 0 | 41 | 432 | 6 | 101 |
| Binary | 10101000 | 10100001 | 10101011 | 10 | 110 | 0 | 100001 | 100011010 | 110 | 1000001 |
Color Harmonies of #A8A1AB
Complementary color
Monochromatic Colors of #A8A1AB
Black with #A8A1AB
Text Example
Text Example
White with #A8A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1AB; }
p { color: rgb(168,161,171); }
H1.HeaderClassName
{
color: #A8A1AB;
}
.AnyTagClassName
{
color: #A8A1AB;
}
</style>
background-color css
<style>
a { background-color: #A8A1AB; }
a { background-color: rgb(168,161,171); }
div.DivClassName
{
background-color: #A8A1AB;
}
.BgClassName
{
background-color: #A8A1AB;
}
</style>
border-color css
<style>
span { border-color: #A8A1AB; }
span { border-color: rgb(168,161,171); }
td.TdClassName
{
border-color: #A8A1AB;
}
.TagClassName
{
border-color: #A8A1AB;
}
</style>