Shades of Grey Chateau #A1ABB4
Tints of Grey Chateau #A1ABB4
RGB
CMYK
RGB Variations
Color information
#A1ABB4 (or 0xA1ABB4) is known color: Grey Chateau. HEX triplet: A1, AB and B4. RGB value is (161,171,180). Sum of RGB (Red+Green+Blue) = 161+171+180=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABB4 is #5E544B. Grayscale: #A8A8A8. Windows color (decimal): -6181964 or 11840417. OLE color: 11840417.
HSL color Cylindrical-coordinate representation of color #A1ABB4: hue angle of 208.42º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1ABB4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 171 | 180 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.29 |
| HSL | 208.42º | 0.11% | 0.67% | - |
| HSV(B) | 208.42º | 0.11% | 0.71% | - |
| XYZ | 37.5 | 40 | 48.92 | - |
| YUV | 169.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 180 | 0.11 | 0.05 | 0 | 0.29 | 208.42 | 0.11 | 0.67 |
| Hex | A1 | AB | B4 | B | 5 | 0 | 1D | D0 | B | 43 |
| Octal | 241 | 253 | 264 | 13 | 5 | 0 | 35 | 320 | 13 | 103 |
| Binary | 10100001 | 10101011 | 10110100 | 1011 | 101 | 0 | 11101 | 11010000 | 1011 | 1000011 |
Color Harmonies of #A1ABB4
Complementary color
Monochromatic Colors of #A1ABB4
Black with #A1ABB4
Text Example
Text Example
White with #A1ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABB4; }
p { color: rgb(161,171,180); }
H1.HeaderClassName
{
color: #A1ABB4;
}
.AnyTagClassName
{
color: #A1ABB4;
}
</style>
background-color css
<style>
a { background-color: #A1ABB4; }
a { background-color: rgb(161,171,180); }
div.DivClassName
{
background-color: #A1ABB4;
}
.BgClassName
{
background-color: #A1ABB4;
}
</style>
border-color css
<style>
span { border-color: #A1ABB4; }
span { border-color: rgb(161,171,180); }
td.TdClassName
{
border-color: #A1ABB4;
}
.TagClassName
{
border-color: #A1ABB4;
}
</style>