Shades of Grey Chateau #99A2AC
Tints of Grey Chateau #99A2AC
RGB
CMYK
RGB Variations
Color information
#99A2AC (or 0x99A2AC) is known color: Grey Chateau. HEX triplet: 99, A2 and AC. RGB value is (153,162,172). Sum of RGB (Red+Green+Blue) = 153+162+172=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2AC is #665D53. Grayscale: #A0A0A0. Windows color (decimal): -6708564 or 11313817. OLE color: 11313817.
HSL color Cylindrical-coordinate representation of color #99A2AC: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A2AC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 153 | 162 | 172 | - |
CMYK | 0.11 | 0.06 | 0 | 0.33 |
HSL | 211.58º | 0.1% | 0.64% | - |
HSV(B) | 211.58º | 0.11% | 0.67% | - |
XYZ | 33.5 | 35.59 | 44.13 | - |
YUV | 160.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 162 | 172 | 0.11 | 0.06 | 0 | 0.33 | 211.58 | 0.1 | 0.64 |
Hex | 99 | A2 | AC | B | 6 | 0 | 21 | D4 | A | 40 |
Octal | 231 | 242 | 254 | 13 | 6 | 0 | 41 | 324 | 12 | 100 |
Binary | 10011001 | 10100010 | 10101100 | 1011 | 110 | 0 | 100001 | 11010100 | 1010 | 1000000 |
Color Harmonies of #99A2AC
Complementary color
Monochromatic Colors of #99A2AC
Black with #99A2AC
Text Example
Text Example
White with #99A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2AC; }
p { color: rgb(153,162,172); }
H1.HeaderClassName
{
color: #99A2AC;
}
.AnyTagClassName
{
color: #99A2AC;
}
</style>
background-color css
<style>
a { background-color: #99A2AC; }
a { background-color: rgb(153,162,172); }
div.DivClassName
{
background-color: #99A2AC;
}
.BgClassName
{
background-color: #99A2AC;
}
</style>
border-color css
<style>
span { border-color: #99A2AC; }
span { border-color: rgb(153,162,172); }
td.TdClassName
{
border-color: #99A2AC;
}
.TagClassName
{
border-color: #99A2AC;
}
</style>