Shades of Chatelle #AB99AF
Tints of Chatelle #AB99AF
RGB
CMYK
RGB Variations
Color information
#AB99AF (or 0xAB99AF) is known color: Chatelle. HEX triplet: AB, 99 and AF. RGB value is (171,153,175). Sum of RGB (Red+Green+Blue) = 171+153+175=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99AF is #546650. Grayscale: #A0A0A0. Windows color (decimal): -5531217 or 11508139. OLE color: 11508139.
HSL color Cylindrical-coordinate representation of color #AB99AF: hue angle of 289.09º 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 #AB99AF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 153 | 175 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.31 |
| HSL | 289.09º | 0.12% | 0.64% | - |
| HSV(B) | 289.09º | 0.13% | 0.69% | - |
| XYZ | 35.92 | 34.54 | 45.33 | - |
| YUV | 160.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 175 | 0.02 | 0.13 | 0 | 0.31 | 289.09 | 0.12 | 0.64 |
| Hex | AB | 99 | AF | 2 | D | 0 | 1F | 121 | C | 40 |
| Octal | 253 | 231 | 257 | 2 | 15 | 0 | 37 | 441 | 14 | 100 |
| Binary | 10101011 | 10011001 | 10101111 | 10 | 1101 | 0 | 11111 | 100100001 | 1100 | 1000000 |
Color Harmonies of #AB99AF
Complementary color
Monochromatic Colors of #AB99AF
Black with #AB99AF
Text Example
Text Example
White with #AB99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99AF; }
p { color: rgb(171,153,175); }
H1.HeaderClassName
{
color: #AB99AF;
}
.AnyTagClassName
{
color: #AB99AF;
}
</style>
background-color css
<style>
a { background-color: #AB99AF; }
a { background-color: rgb(171,153,175); }
div.DivClassName
{
background-color: #AB99AF;
}
.BgClassName
{
background-color: #AB99AF;
}
</style>
border-color css
<style>
span { border-color: #AB99AF; }
span { border-color: rgb(171,153,175); }
td.TdClassName
{
border-color: #AB99AF;
}
.TagClassName
{
border-color: #AB99AF;
}
</style>