Shades of Tiara #AFCFC1
Tints of Tiara #AFCFC1
RGB
CMYK
RGB Variations
Color information
#AFCFC1 (or 0xAFCFC1) is known color: Tiara. HEX triplet: AF, CF and C1. RGB value is (175,207,193). Sum of RGB (Red+Green+Blue) = 175+207+193=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFC1 is #50303E. Grayscale: #C3C3C3. Windows color (decimal): -5255231 or 12701615. OLE color: 12701615.
HSL color Cylindrical-coordinate representation of color #AFCFC1: hue angle of 153.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFC1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 193 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.19 |
| HSL | 153.75º | 0.25% | 0.75% | - |
| HSV(B) | 153.75º | 0.15% | 0.81% | - |
| XYZ | 49.62 | 57.59 | 58.95 | - |
| YUV | 195.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 193 | 0.15 | 0 | 0.07 | 0.19 | 153.75 | 0.25 | 0.75 |
| Hex | AF | CF | C1 | F | 0 | 7 | 13 | 9A | 19 | 4B |
| Octal | 257 | 317 | 301 | 17 | 0 | 7 | 23 | 232 | 31 | 113 |
| Binary | 10101111 | 11001111 | 11000001 | 1111 | 0 | 111 | 10011 | 10011010 | 11001 | 1001011 |
Color Harmonies of #AFCFC1
Complementary color
Monochromatic Colors of #AFCFC1
Black with #AFCFC1
Text Example
Text Example
White with #AFCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFC1; }
p { color: rgb(175,207,193); }
H1.HeaderClassName
{
color: #AFCFC1;
}
.AnyTagClassName
{
color: #AFCFC1;
}
</style>
background-color css
<style>
a { background-color: #AFCFC1; }
a { background-color: rgb(175,207,193); }
div.DivClassName
{
background-color: #AFCFC1;
}
.BgClassName
{
background-color: #AFCFC1;
}
</style>
border-color css
<style>
span { border-color: #AFCFC1; }
span { border-color: rgb(175,207,193); }
td.TdClassName
{
border-color: #AFCFC1;
}
.TagClassName
{
border-color: #AFCFC1;
}
</style>