Shades of Careys Pink #AF9799
Tints of Careys Pink #AF9799
RGB
CMYK
RGB Variations
Color information
#AF9799 (or 0xAF9799) is known color: Careys Pink. HEX triplet: AF, 97 and 99. RGB value is (175,151,153). Sum of RGB (Red+Green+Blue) = 175+151+153=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9799 is #506866. Grayscale: #9E9E9E. Windows color (decimal): -5269607 or 10065839. OLE color: 10065839.
HSL color Cylindrical-coordinate representation of color #AF9799: hue angle of 355º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9799 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 153 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.31 |
| HSL | 355º | 0.13% | 0.64% | - |
| HSV(B) | 355º | 0.14% | 0.69% | - |
| XYZ | 34.5 | 33.55 | 34.79 | - |
| YUV | 158.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 153 | 0 | 0.14 | 0.13 | 0.31 | 355 | 0.13 | 0.64 |
| Hex | AF | 97 | 99 | 0 | E | D | 1F | 163 | D | 40 |
| Octal | 257 | 227 | 231 | 0 | 16 | 15 | 37 | 543 | 15 | 100 |
| Binary | 10101111 | 10010111 | 10011001 | 0 | 1110 | 1101 | 11111 | 101100011 | 1101 | 1000000 |
Color Harmonies of #AF9799
Complementary color
Monochromatic Colors of #AF9799
Black with #AF9799
Text Example
Text Example
White with #AF9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9799; }
p { color: rgb(175,151,153); }
H1.HeaderClassName
{
color: #AF9799;
}
.AnyTagClassName
{
color: #AF9799;
}
</style>
background-color css
<style>
a { background-color: #AF9799; }
a { background-color: rgb(175,151,153); }
div.DivClassName
{
background-color: #AF9799;
}
.BgClassName
{
background-color: #AF9799;
}
</style>
border-color css
<style>
span { border-color: #AF9799; }
span { border-color: rgb(175,151,153); }
td.TdClassName
{
border-color: #AF9799;
}
.TagClassName
{
border-color: #AF9799;
}
</style>