Shades of Careys Pink #AFA8A9
Tints of Careys Pink #AFA8A9
RGB
CMYK
RGB Variations
Color information
#AFA8A9 (or 0xAFA8A9) is known color: Careys Pink. HEX triplet: AF, A8 and A9. RGB value is (175,168,169). Sum of RGB (Red+Green+Blue) = 175+168+169=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A9 is #505756. Grayscale: #AAAAAA. Windows color (decimal): -5265239 or 11118767. OLE color: 11118767.
HSL color Cylindrical-coordinate representation of color #AFA8A9: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFA8A9 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 169 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.31 |
| HSL | 351.43º | 0.04% | 0.67% | - |
| HSV(B) | 351.43º | 0.04% | 0.69% | - |
| XYZ | 38.84 | 39.98 | 43.21 | - |
| YUV | 170.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 169 | 0 | 0.04 | 0.03 | 0.31 | 351.43 | 0.04 | 0.67 |
| Hex | AF | A8 | A9 | 0 | 4 | 3 | 1F | 15F | 4 | 43 |
| Octal | 257 | 250 | 251 | 0 | 4 | 3 | 37 | 537 | 4 | 103 |
| Binary | 10101111 | 10101000 | 10101001 | 0 | 100 | 11 | 11111 | 101011111 | 100 | 1000011 |
Color Harmonies of #AFA8A9
Complementary color
Monochromatic Colors of #AFA8A9
Black with #AFA8A9
Text Example
Text Example
White with #AFA8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8A9; }
p { color: rgb(175,168,169); }
H1.HeaderClassName
{
color: #AFA8A9;
}
.AnyTagClassName
{
color: #AFA8A9;
}
</style>
background-color css
<style>
a { background-color: #AFA8A9; }
a { background-color: rgb(175,168,169); }
div.DivClassName
{
background-color: #AFA8A9;
}
.BgClassName
{
background-color: #AFA8A9;
}
</style>
border-color css
<style>
span { border-color: #AFA8A9; }
span { border-color: rgb(175,168,169); }
td.TdClassName
{
border-color: #AFA8A9;
}
.TagClassName
{
border-color: #AFA8A9;
}
</style>