Shades of Tiara #AFCDC0
Tints of Tiara #AFCDC0
RGB
CMYK
RGB Variations
Color information
#AFCDC0 (or 0xAFCDC0) is known color: Tiara. HEX triplet: AF, CD and C0. RGB value is (175,205,192). Sum of RGB (Red+Green+Blue) = 175+205+192=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC0 is #50323F. Grayscale: #C2C2C2. Windows color (decimal): -5255744 or 12635567. OLE color: 12635567.
HSL color Cylindrical-coordinate representation of color #AFCDC0: hue angle of 154º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDC0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 192 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.20 |
| HSL | 154º | 0.23% | 0.75% | - |
| HSV(B) | 154º | 0.15% | 0.8% | - |
| XYZ | 49.02 | 56.58 | 58.21 | - |
| YUV | 194.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 192 | 0.15 | 0 | 0.06 | 0.20 | 154 | 0.23 | 0.75 |
| Hex | AF | CD | C0 | F | 0 | 6 | 14 | 9A | 17 | 4B |
| Octal | 257 | 315 | 300 | 17 | 0 | 6 | 24 | 232 | 27 | 113 |
| Binary | 10101111 | 11001101 | 11000000 | 1111 | 0 | 110 | 10100 | 10011010 | 10111 | 1001011 |
Color Harmonies of #AFCDC0
Complementary color
Monochromatic Colors of #AFCDC0
Black with #AFCDC0
Text Example
Text Example
White with #AFCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDC0; }
p { color: rgb(175,205,192); }
H1.HeaderClassName
{
color: #AFCDC0;
}
.AnyTagClassName
{
color: #AFCDC0;
}
</style>
background-color css
<style>
a { background-color: #AFCDC0; }
a { background-color: rgb(175,205,192); }
div.DivClassName
{
background-color: #AFCDC0;
}
.BgClassName
{
background-color: #AFCDC0;
}
</style>
border-color css
<style>
span { border-color: #AFCDC0; }
span { border-color: rgb(175,205,192); }
td.TdClassName
{
border-color: #AFCDC0;
}
.TagClassName
{
border-color: #AFCDC0;
}
</style>