Shades of Grey Chateau #99A0A5
Tints of Grey Chateau #99A0A5
RGB
CMYK
RGB Variations
Color information
#99A0A5 (or 0x99A0A5) is known color: Grey Chateau. HEX triplet: 99, A0 and A5. RGB value is (153,160,165). Sum of RGB (Red+Green+Blue) = 153+160+165=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 165 - color contains mainly: blue. Hex color #99A0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A0A5 is #665F5A. Grayscale: #9E9E9E. Windows color (decimal): -6709083 or 10854553. OLE color: 10854553.
HSL color Cylindrical-coordinate representation of color #99A0A5: hue angle of 205º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A0A5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 160 | 165 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.35 |
| HSL | 205º | 0.06% | 0.62% | - |
| HSV(B) | 205º | 0.07% | 0.65% | - |
| XYZ | 32.5 | 34.63 | 40.57 | - |
| YUV | 158.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 165 | 0.07 | 0.03 | 0 | 0.35 | 205 | 0.06 | 0.62 |
| Hex | 99 | A0 | A5 | 7 | 3 | 0 | 23 | CD | 6 | 3E |
| Octal | 231 | 240 | 245 | 7 | 3 | 0 | 43 | 315 | 6 | 76 |
| Binary | 10011001 | 10100000 | 10100101 | 111 | 11 | 0 | 100011 | 11001101 | 110 | 111110 |
Color Harmonies of #99A0A5
Complementary color
Monochromatic Colors of #99A0A5
Black with #99A0A5
Text Example
Text Example
White with #99A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0A5; }
p { color: rgb(153,160,165); }
H1.HeaderClassName
{
color: #99A0A5;
}
.AnyTagClassName
{
color: #99A0A5;
}
</style>
background-color css
<style>
a { background-color: #99A0A5; }
a { background-color: rgb(153,160,165); }
div.DivClassName
{
background-color: #99A0A5;
}
.BgClassName
{
background-color: #99A0A5;
}
</style>
border-color css
<style>
span { border-color: #99A0A5; }
span { border-color: rgb(153,160,165); }
td.TdClassName
{
border-color: #99A0A5;
}
.TagClassName
{
border-color: #99A0A5;
}
</style>