Shades of Careys Pink #AF999A
Tints of Careys Pink #AF999A
RGB
CMYK
RGB Variations
Color information
#AF999A (or 0xAF999A) is known color: Careys Pink. HEX triplet: AF, 99 and 9A. RGB value is (175,153,154). Sum of RGB (Red+Green+Blue) = 175+153+154=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999A is #506665. Grayscale: #9F9F9F. Windows color (decimal): -5269094 or 10131887. OLE color: 10131887.
HSL color Cylindrical-coordinate representation of color #AF999A: hue angle of 357.27º 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 #AF999A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 154 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.31 |
| HSL | 357.27º | 0.12% | 0.64% | - |
| HSV(B) | 357.27º | 0.13% | 0.69% | - |
| XYZ | 34.9 | 34.23 | 35.34 | - |
| YUV | 159.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 154 | 0 | 0.13 | 0.12 | 0.31 | 357.27 | 0.12 | 0.64 |
| Hex | AF | 99 | 9A | 0 | D | C | 1F | 165 | C | 40 |
| Octal | 257 | 231 | 232 | 0 | 15 | 14 | 37 | 545 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10011010 | 0 | 1101 | 1100 | 11111 | 101100101 | 1100 | 1000000 |
Color Harmonies of #AF999A
Complementary color
Monochromatic Colors of #AF999A
Black with #AF999A
Text Example
Text Example
White with #AF999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF999A; }
p { color: rgb(175,153,154); }
H1.HeaderClassName
{
color: #AF999A;
}
.AnyTagClassName
{
color: #AF999A;
}
</style>
background-color css
<style>
a { background-color: #AF999A; }
a { background-color: rgb(175,153,154); }
div.DivClassName
{
background-color: #AF999A;
}
.BgClassName
{
background-color: #AF999A;
}
</style>
border-color css
<style>
span { border-color: #AF999A; }
span { border-color: rgb(175,153,154); }
td.TdClassName
{
border-color: #AF999A;
}
.TagClassName
{
border-color: #AF999A;
}
</style>