Shades of Tiara #AFCCC0
Tints of Tiara #AFCCC0
RGB
CMYK
RGB Variations
Color information
#AFCCC0 (or 0xAFCCC0) is known color: Tiara. HEX triplet: AF, CC and C0. RGB value is (175,204,192). Sum of RGB (Red+Green+Blue) = 175+204+192=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCC0 is #50333F. Grayscale: #C1C1C1. Windows color (decimal): -5256000 or 12635311. OLE color: 12635311.
HSL color Cylindrical-coordinate representation of color #AFCCC0: hue angle of 155.17º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCC0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 192 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.2 |
| HSL | 155.17º | 0.22% | 0.74% | - |
| HSV(B) | 155.17º | 0.14% | 0.8% | - |
| XYZ | 48.79 | 56.11 | 58.13 | - |
| YUV | 193.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 192 | 0.14 | 0 | 0.06 | 0.2 | 155.17 | 0.22 | 0.74 |
| Hex | AF | CC | C0 | E | 0 | 6 | 14 | 9B | 16 | 4A |
| Octal | 257 | 314 | 300 | 16 | 0 | 6 | 24 | 233 | 26 | 112 |
| Binary | 10101111 | 11001100 | 11000000 | 1110 | 0 | 110 | 10100 | 10011011 | 10110 | 1001010 |
Color Harmonies of #AFCCC0
Complementary color
Monochromatic Colors of #AFCCC0
Black with #AFCCC0
Text Example
Text Example
White with #AFCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCC0; }
p { color: rgb(175,204,192); }
H1.HeaderClassName
{
color: #AFCCC0;
}
.AnyTagClassName
{
color: #AFCCC0;
}
</style>
background-color css
<style>
a { background-color: #AFCCC0; }
a { background-color: rgb(175,204,192); }
div.DivClassName
{
background-color: #AFCCC0;
}
.BgClassName
{
background-color: #AFCCC0;
}
</style>
border-color css
<style>
span { border-color: #AFCCC0; }
span { border-color: rgb(175,204,192); }
td.TdClassName
{
border-color: #AFCCC0;
}
.TagClassName
{
border-color: #AFCCC0;
}
</style>