Shades of Chatelle #AFACB1
Tints of Chatelle #AFACB1
RGB
CMYK
RGB Variations
Color information
#AFACB1 (or 0xAFACB1) is known color: Chatelle. HEX triplet: AF, AC and B1. RGB value is (175,172,177). Sum of RGB (Red+Green+Blue) = 175+172+177=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACB1 is #50534E. Grayscale: #ADADAD. Windows color (decimal): -5264207 or 11644079. OLE color: 11644079.
HSL color Cylindrical-coordinate representation of color #AFACB1: hue angle of 276º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFACB1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 177 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.31 |
| HSL | 276º | 0.03% | 0.68% | - |
| HSV(B) | 276º | 0.03% | 0.69% | - |
| XYZ | 40.37 | 41.79 | 47.53 | - |
| YUV | 173.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 177 | 0.01 | 0.03 | 0 | 0.31 | 276 | 0.03 | 0.68 |
| Hex | AF | AC | B1 | 1 | 3 | 0 | 1F | 114 | 3 | 44 |
| Octal | 257 | 254 | 261 | 1 | 3 | 0 | 37 | 424 | 3 | 104 |
| Binary | 10101111 | 10101100 | 10110001 | 1 | 11 | 0 | 11111 | 100010100 | 11 | 1000100 |
Color Harmonies of #AFACB1
Complementary color
Monochromatic Colors of #AFACB1
Black with #AFACB1
Text Example
Text Example
White with #AFACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACB1; }
p { color: rgb(175,172,177); }
H1.HeaderClassName
{
color: #AFACB1;
}
.AnyTagClassName
{
color: #AFACB1;
}
</style>
background-color css
<style>
a { background-color: #AFACB1; }
a { background-color: rgb(175,172,177); }
div.DivClassName
{
background-color: #AFACB1;
}
.BgClassName
{
background-color: #AFACB1;
}
</style>
border-color css
<style>
span { border-color: #AFACB1; }
span { border-color: rgb(175,172,177); }
td.TdClassName
{
border-color: #AFACB1;
}
.TagClassName
{
border-color: #AFACB1;
}
</style>