Shades of Careys Pink #AF999C
Tints of Careys Pink #AF999C
RGB
CMYK
RGB Variations
Color information
#AF999C (or 0xAF999C) is known color: Careys Pink. HEX triplet: AF, 99 and 9C. RGB value is (175,153,156). Sum of RGB (Red+Green+Blue) = 175+153+156=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999C is #506663. Grayscale: #9F9F9F. Windows color (decimal): -5269092 or 10262959. OLE color: 10262959.
HSL color Cylindrical-coordinate representation of color #AF999C: hue angle of 351.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF999C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 156 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.31 |
| HSL | 351.82º | 0.12% | 0.64% | - |
| HSV(B) | 351.82º | 0.13% | 0.69% | - |
| XYZ | 35.07 | 34.3 | 36.22 | - |
| YUV | 159.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 156 | 0 | 0.13 | 0.11 | 0.31 | 351.82 | 0.12 | 0.64 |
| Hex | AF | 99 | 9C | 0 | D | B | 1F | 160 | C | 40 |
| Octal | 257 | 231 | 234 | 0 | 15 | 13 | 37 | 540 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10011100 | 0 | 1101 | 1011 | 11111 | 101100000 | 1100 | 1000000 |
Color Harmonies of #AF999C
Complementary color
Monochromatic Colors of #AF999C
Black with #AF999C
Text Example
Text Example
White with #AF999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF999C; }
p { color: rgb(175,153,156); }
H1.HeaderClassName
{
color: #AF999C;
}
.AnyTagClassName
{
color: #AF999C;
}
</style>
background-color css
<style>
a { background-color: #AF999C; }
a { background-color: rgb(175,153,156); }
div.DivClassName
{
background-color: #AF999C;
}
.BgClassName
{
background-color: #AF999C;
}
</style>
border-color css
<style>
span { border-color: #AF999C; }
span { border-color: rgb(175,153,156); }
td.TdClassName
{
border-color: #AF999C;
}
.TagClassName
{
border-color: #AF999C;
}
</style>