Shades of Grey Chateau #99A4AF
Tints of Grey Chateau #99A4AF
RGB
CMYK
RGB Variations
Color information
#99A4AF (or 0x99A4AF) is known color: Grey Chateau. HEX triplet: 99, A4 and AF. RGB value is (153,164,175). Sum of RGB (Red+Green+Blue) = 153+164+175=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #99A4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4AF is #665B50. Grayscale: #A1A1A1. Windows color (decimal): -6708049 or 11510937. OLE color: 11510937.
HSL color Cylindrical-coordinate representation of color #99A4AF: hue angle of 210º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A4AF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 164 | 175 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.31 |
| HSL | 210º | 0.12% | 0.64% | - |
| HSV(B) | 210º | 0.13% | 0.69% | - |
| XYZ | 34.15 | 36.42 | 45.79 | - |
| YUV | 161.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 175 | 0.13 | 0.06 | 0 | 0.31 | 210 | 0.12 | 0.64 |
| Hex | 99 | A4 | AF | D | 6 | 0 | 1F | D2 | C | 40 |
| Octal | 231 | 244 | 257 | 15 | 6 | 0 | 37 | 322 | 14 | 100 |
| Binary | 10011001 | 10100100 | 10101111 | 1101 | 110 | 0 | 11111 | 11010010 | 1100 | 1000000 |
Color Harmonies of #99A4AF
Complementary color
Monochromatic Colors of #99A4AF
Black with #99A4AF
Text Example
Text Example
White with #99A4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4AF; }
p { color: rgb(153,164,175); }
H1.HeaderClassName
{
color: #99A4AF;
}
.AnyTagClassName
{
color: #99A4AF;
}
</style>
background-color css
<style>
a { background-color: #99A4AF; }
a { background-color: rgb(153,164,175); }
div.DivClassName
{
background-color: #99A4AF;
}
.BgClassName
{
background-color: #99A4AF;
}
</style>
border-color css
<style>
span { border-color: #99A4AF; }
span { border-color: rgb(153,164,175); }
td.TdClassName
{
border-color: #99A4AF;
}
.TagClassName
{
border-color: #99A4AF;
}
</style>