Shades of Chatelle #AFADB2
Tints of Chatelle #AFADB2
RGB
CMYK
RGB Variations
Color information
#AFADB2 (or 0xAFADB2) is known color: Chatelle. HEX triplet: AF, AD and B2. RGB value is (175,173,178). Sum of RGB (Red+Green+Blue) = 175+173+178=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADB2 is #50524D. Grayscale: #AEAEAE. Windows color (decimal): -5263950 or 11709871. OLE color: 11709871.
HSL color Cylindrical-coordinate representation of color #AFADB2: hue angle of 264º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFADB2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 175 | 173 | 178 | - |
CMYK | 0.02 | 0.03 | 0 | 0.30 |
HSL | 264º | 0.03% | 0.69% | - |
HSV(B) | 264º | 0.03% | 0.7% | - |
XYZ | 40.66 | 42.22 | 48.12 | - |
YUV | 174.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 178 | 0.02 | 0.03 | 0 | 0.30 | 264 | 0.03 | 0.69 |
Hex | AF | AD | B2 | 2 | 3 | 0 | 1E | 108 | 3 | 45 |
Octal | 257 | 255 | 262 | 2 | 3 | 0 | 36 | 410 | 3 | 105 |
Binary | 10101111 | 10101101 | 10110010 | 10 | 11 | 0 | 11110 | 100001000 | 11 | 1000101 |
Color Harmonies of #AFADB2
Complementary color
Monochromatic Colors of #AFADB2
Black with #AFADB2
Text Example
Text Example
White with #AFADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADB2; }
p { color: rgb(175,173,178); }
H1.HeaderClassName
{
color: #AFADB2;
}
.AnyTagClassName
{
color: #AFADB2;
}
</style>
background-color css
<style>
a { background-color: #AFADB2; }
a { background-color: rgb(175,173,178); }
div.DivClassName
{
background-color: #AFADB2;
}
.BgClassName
{
background-color: #AFADB2;
}
</style>
border-color css
<style>
span { border-color: #AFADB2; }
span { border-color: rgb(175,173,178); }
td.TdClassName
{
border-color: #AFADB2;
}
.TagClassName
{
border-color: #AFADB2;
}
</style>