Shades of Careys Pink #AF9EA0
Tints of Careys Pink #AF9EA0
RGB
CMYK
RGB Variations
Color information
#AF9EA0 (or 0xAF9EA0) is known color: Careys Pink. HEX triplet: AF, 9E and A0. RGB value is (175,158,160). Sum of RGB (Red+Green+Blue) = 175+158+160=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EA0 is #50615F. Grayscale: #A3A3A3. Windows color (decimal): -5267808 or 10526383. OLE color: 10526383.
HSL color Cylindrical-coordinate representation of color #AF9EA0: hue angle of 352.94º 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 #AF9EA0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 160 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.31 |
| HSL | 352.94º | 0.1% | 0.65% | - |
| HSV(B) | 352.94º | 0.1% | 0.69% | - |
| XYZ | 36.25 | 36.11 | 38.32 | - |
| YUV | 163.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 160 | 0 | 0.10 | 0.09 | 0.31 | 352.94 | 0.1 | 0.65 |
| Hex | AF | 9E | A0 | 0 | A | 9 | 1F | 161 | A | 41 |
| Octal | 257 | 236 | 240 | 0 | 12 | 11 | 37 | 541 | 12 | 101 |
| Binary | 10101111 | 10011110 | 10100000 | 0 | 1010 | 1001 | 11111 | 101100001 | 1010 | 1000001 |
Color Harmonies of #AF9EA0
Complementary color
Monochromatic Colors of #AF9EA0
Black with #AF9EA0
Text Example
Text Example
White with #AF9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9EA0; }
p { color: rgb(175,158,160); }
H1.HeaderClassName
{
color: #AF9EA0;
}
.AnyTagClassName
{
color: #AF9EA0;
}
</style>
background-color css
<style>
a { background-color: #AF9EA0; }
a { background-color: rgb(175,158,160); }
div.DivClassName
{
background-color: #AF9EA0;
}
.BgClassName
{
background-color: #AF9EA0;
}
</style>
border-color css
<style>
span { border-color: #AF9EA0; }
span { border-color: rgb(175,158,160); }
td.TdClassName
{
border-color: #AF9EA0;
}
.TagClassName
{
border-color: #AF9EA0;
}
</style>