Shades of Careys Pink #AF999B
Tints of Careys Pink #AF999B
RGB
CMYK
RGB Variations
Color information
#AF999B (or 0xAF999B) is known color: Careys Pink. HEX triplet: AF, 99 and 9B. RGB value is (175,153,155). Sum of RGB (Red+Green+Blue) = 175+153+155=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999B is #506664. Grayscale: #9F9F9F. Windows color (decimal): -5269093 or 10197423. OLE color: 10197423.
HSL color Cylindrical-coordinate representation of color #AF999B: hue angle of 354.55º 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 #AF999B is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 155 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.31 |
| HSL | 354.55º | 0.12% | 0.64% | - |
| HSV(B) | 354.55º | 0.13% | 0.69% | - |
| XYZ | 34.99 | 34.26 | 35.78 | - |
| YUV | 159.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 155 | 0 | 0.13 | 0.11 | 0.31 | 354.55 | 0.12 | 0.64 |
| Hex | AF | 99 | 9B | 0 | D | B | 1F | 163 | C | 40 |
| Octal | 257 | 231 | 233 | 0 | 15 | 13 | 37 | 543 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10011011 | 0 | 1101 | 1011 | 11111 | 101100011 | 1100 | 1000000 |
Color Harmonies of #AF999B
Complementary color
Monochromatic Colors of #AF999B
Black with #AF999B
Text Example
Text Example
White with #AF999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF999B; }
p { color: rgb(175,153,155); }
H1.HeaderClassName
{
color: #AF999B;
}
.AnyTagClassName
{
color: #AF999B;
}
</style>
background-color css
<style>
a { background-color: #AF999B; }
a { background-color: rgb(175,153,155); }
div.DivClassName
{
background-color: #AF999B;
}
.BgClassName
{
background-color: #AF999B;
}
</style>
border-color css
<style>
span { border-color: #AF999B; }
span { border-color: rgb(175,153,155); }
td.TdClassName
{
border-color: #AF999B;
}
.TagClassName
{
border-color: #AF999B;
}
</style>