Shades of Grey Chateau #A1A8AF
Tints of Grey Chateau #A1A8AF
RGB
CMYK
RGB Variations
Color information
#A1A8AF (or 0xA1A8AF) is known color: Grey Chateau. HEX triplet: A1, A8 and AF. RGB value is (161,168,175). Sum of RGB (Red+Green+Blue) = 161+168+175=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A8AF is #5E5750. Grayscale: #A6A6A6. Windows color (decimal): -6182737 or 11511969. OLE color: 11511969.
HSL color Cylindrical-coordinate representation of color #A1A8AF: hue angle of 210º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A8AF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 161 | 168 | 175 | - |
CMYK | 0.08 | 0.04 | 0 | 0.31 |
HSL | 210º | 0.08% | 0.66% | - |
HSV(B) | 210º | 0.08% | 0.69% | - |
XYZ | 36.44 | 38.68 | 46.1 | - |
YUV | 166.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 168 | 175 | 0.08 | 0.04 | 0 | 0.31 | 210 | 0.08 | 0.66 |
Hex | A1 | A8 | AF | 8 | 4 | 0 | 1F | D2 | 8 | 42 |
Octal | 241 | 250 | 257 | 10 | 4 | 0 | 37 | 322 | 10 | 102 |
Binary | 10100001 | 10101000 | 10101111 | 1000 | 100 | 0 | 11111 | 11010010 | 1000 | 1000010 |
Color Harmonies of #A1A8AF
Complementary color
Monochromatic Colors of #A1A8AF
Black with #A1A8AF
Text Example
Text Example
White with #A1A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8AF; }
p { color: rgb(161,168,175); }
H1.HeaderClassName
{
color: #A1A8AF;
}
.AnyTagClassName
{
color: #A1A8AF;
}
</style>
background-color css
<style>
a { background-color: #A1A8AF; }
a { background-color: rgb(161,168,175); }
div.DivClassName
{
background-color: #A1A8AF;
}
.BgClassName
{
background-color: #A1A8AF;
}
</style>
border-color css
<style>
span { border-color: #A1A8AF; }
span { border-color: rgb(161,168,175); }
td.TdClassName
{
border-color: #A1A8AF;
}
.TagClassName
{
border-color: #A1A8AF;
}
</style>