Shades of Grey Chateau #A1ABB5
Tints of Grey Chateau #A1ABB5
RGB
CMYK
RGB Variations
Color information
#A1ABB5 (or 0xA1ABB5) is known color: Grey Chateau. HEX triplet: A1, AB and B5. RGB value is (161,171,181). Sum of RGB (Red+Green+Blue) = 161+171+181=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #A1ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABB5 is #5E544A. Grayscale: #A9A9A9. Windows color (decimal): -6181963 or 11905953. OLE color: 11905953.
HSL color Cylindrical-coordinate representation of color #A1ABB5: hue angle of 210º degrees, saturation: 0.12, 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 #A1ABB5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 171 | 181 | - |
CMYK | 0.11 | 0.06 | 0 | 0.29 |
HSL | 210º | 0.12% | 0.67% | - |
HSV(B) | 210º | 0.11% | 0.71% | - |
XYZ | 37.6 | 40.04 | 49.46 | - |
YUV | 169.15 | 134.69 | 122.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 171 | 181 | 0.11 | 0.06 | 0 | 0.29 | 210 | 0.12 | 0.67 |
Hex | A1 | AB | B5 | B | 6 | 0 | 1D | D2 | C | 43 |
Octal | 241 | 253 | 265 | 13 | 6 | 0 | 35 | 322 | 14 | 103 |
Binary | 10100001 | 10101011 | 10110101 | 1011 | 110 | 0 | 11101 | 11010010 | 1100 | 1000011 |
Color Harmonies of #A1ABB5
Complementary color
Monochromatic Colors of #A1ABB5
Black with #A1ABB5
Text Example
Text Example
White with #A1ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABB5; }
p { color: rgb(161,171,181); }
H1.HeaderClassName
{
color: #A1ABB5;
}
.AnyTagClassName
{
color: #A1ABB5;
}
</style>
background-color css
<style>
a { background-color: #A1ABB5; }
a { background-color: rgb(161,171,181); }
div.DivClassName
{
background-color: #A1ABB5;
}
.BgClassName
{
background-color: #A1ABB5;
}
</style>
border-color css
<style>
span { border-color: #A1ABB5; }
span { border-color: rgb(161,171,181); }
td.TdClassName
{
border-color: #A1ABB5;
}
.TagClassName
{
border-color: #A1ABB5;
}
</style>