Shades of Careys Pink #AF9DA0
Tints of Careys Pink #AF9DA0
RGB
CMYK
RGB Variations
Color information
#AF9DA0 (or 0xAF9DA0) is known color: Careys Pink. HEX triplet: AF, 9D and A0. RGB value is (175,157,160). Sum of RGB (Red+Green+Blue) = 175+157+160=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DA0 is #50625F. Grayscale: #A2A2A2. Windows color (decimal): -5268064 or 10526127. OLE color: 10526127.
HSL color Cylindrical-coordinate representation of color #AF9DA0: hue angle of 350º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9DA0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 160 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.31 |
| HSL | 350º | 0.1% | 0.65% | - |
| HSV(B) | 350º | 0.1% | 0.69% | - |
| XYZ | 36.08 | 35.77 | 38.26 | - |
| YUV | 162.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 160 | 0 | 0.10 | 0.09 | 0.31 | 350 | 0.1 | 0.65 |
| Hex | AF | 9D | A0 | 0 | A | 9 | 1F | 15E | A | 41 |
| Octal | 257 | 235 | 240 | 0 | 12 | 11 | 37 | 536 | 12 | 101 |
| Binary | 10101111 | 10011101 | 10100000 | 0 | 1010 | 1001 | 11111 | 101011110 | 1010 | 1000001 |
Color Harmonies of #AF9DA0
Complementary color
Monochromatic Colors of #AF9DA0
Black with #AF9DA0
Text Example
Text Example
White with #AF9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DA0; }
p { color: rgb(175,157,160); }
H1.HeaderClassName
{
color: #AF9DA0;
}
.AnyTagClassName
{
color: #AF9DA0;
}
</style>
background-color css
<style>
a { background-color: #AF9DA0; }
a { background-color: rgb(175,157,160); }
div.DivClassName
{
background-color: #AF9DA0;
}
.BgClassName
{
background-color: #AF9DA0;
}
</style>
border-color css
<style>
span { border-color: #AF9DA0; }
span { border-color: rgb(175,157,160); }
td.TdClassName
{
border-color: #AF9DA0;
}
.TagClassName
{
border-color: #AF9DA0;
}
</style>