Shades of Chatelle #AFACB0
Tints of Chatelle #AFACB0
RGB
CMYK
RGB Variations
Color information
#AFACB0 (or 0xAFACB0) is known color: Chatelle. HEX triplet: AF, AC and B0. RGB value is (175,172,176). Sum of RGB (Red+Green+Blue) = 175+172+176=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACB0 is #50534F. Grayscale: #ADADAD. Windows color (decimal): -5264208 or 11578543. OLE color: 11578543.
HSL color Cylindrical-coordinate representation of color #AFACB0: hue angle of 285º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFACB0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 172 | 176 | - |
CMYK | 0.01 | 0.02 | 0 | 0.31 |
HSL | 285º | 0.02% | 0.68% | - |
HSV(B) | 285º | 0.02% | 0.69% | - |
XYZ | 40.27 | 41.75 | 47.01 | - |
YUV | 173.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 172 | 176 | 0.01 | 0.02 | 0 | 0.31 | 285 | 0.02 | 0.68 |
Hex | AF | AC | B0 | 1 | 2 | 0 | 1F | 11D | 2 | 44 |
Octal | 257 | 254 | 260 | 1 | 2 | 0 | 37 | 435 | 2 | 104 |
Binary | 10101111 | 10101100 | 10110000 | 1 | 10 | 0 | 11111 | 100011101 | 10 | 1000100 |
Color Harmonies of #AFACB0
Complementary color
Monochromatic Colors of #AFACB0
Black with #AFACB0
Text Example
Text Example
White with #AFACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACB0; }
p { color: rgb(175,172,176); }
H1.HeaderClassName
{
color: #AFACB0;
}
.AnyTagClassName
{
color: #AFACB0;
}
</style>
background-color css
<style>
a { background-color: #AFACB0; }
a { background-color: rgb(175,172,176); }
div.DivClassName
{
background-color: #AFACB0;
}
.BgClassName
{
background-color: #AFACB0;
}
</style>
border-color css
<style>
span { border-color: #AFACB0; }
span { border-color: rgb(175,172,176); }
td.TdClassName
{
border-color: #AFACB0;
}
.TagClassName
{
border-color: #AFACB0;
}
</style>