Shades of Grey Chateau #99A3AF
Tints of Grey Chateau #99A3AF
RGB
CMYK
RGB Variations
Color information
#99A3AF (or 0x99A3AF) is known color: Grey Chateau. HEX triplet: 99, A3 and AF. RGB value is (153,163,175). Sum of RGB (Red+Green+Blue) = 153+163+175=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #99A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A3AF is #665C50. Grayscale: #A1A1A1. Windows color (decimal): -6708305 or 11510681. OLE color: 11510681.
HSL color Cylindrical-coordinate representation of color #99A3AF: hue angle of 212.73º 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 #99A3AF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 163 | 175 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.31 |
| HSL | 212.73º | 0.12% | 0.64% | - |
| HSV(B) | 212.73º | 0.13% | 0.69% | - |
| XYZ | 33.97 | 36.06 | 45.73 | - |
| YUV | 161.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 175 | 0.13 | 0.07 | 0 | 0.31 | 212.73 | 0.12 | 0.64 |
| Hex | 99 | A3 | AF | D | 7 | 0 | 1F | D5 | C | 40 |
| Octal | 231 | 243 | 257 | 15 | 7 | 0 | 37 | 325 | 14 | 100 |
| Binary | 10011001 | 10100011 | 10101111 | 1101 | 111 | 0 | 11111 | 11010101 | 1100 | 1000000 |
Color Harmonies of #99A3AF
Complementary color
Monochromatic Colors of #99A3AF
Black with #99A3AF
Text Example
Text Example
White with #99A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3AF; }
p { color: rgb(153,163,175); }
H1.HeaderClassName
{
color: #99A3AF;
}
.AnyTagClassName
{
color: #99A3AF;
}
</style>
background-color css
<style>
a { background-color: #99A3AF; }
a { background-color: rgb(153,163,175); }
div.DivClassName
{
background-color: #99A3AF;
}
.BgClassName
{
background-color: #99A3AF;
}
</style>
border-color css
<style>
span { border-color: #99A3AF; }
span { border-color: rgb(153,163,175); }
td.TdClassName
{
border-color: #99A3AF;
}
.TagClassName
{
border-color: #99A3AF;
}
</style>