Shades of Careys Pink #AFA0A3
Tints of Careys Pink #AFA0A3
RGB
CMYK
RGB Variations
Color information
#AFA0A3 (or 0xAFA0A3) is known color: Careys Pink. HEX triplet: AF, A0 and A3. RGB value is (175,160,163). Sum of RGB (Red+Green+Blue) = 175+160+163=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0A3 is #505F5C. Grayscale: #A4A4A4. Windows color (decimal): -5267293 or 10723503. OLE color: 10723503.
HSL color Cylindrical-coordinate representation of color #AFA0A3: hue angle of 348º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA0A3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 163 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.31 |
| HSL | 348º | 0.09% | 0.66% | - |
| HSV(B) | 348º | 0.09% | 0.69% | - |
| XYZ | 36.86 | 36.9 | 39.83 | - |
| YUV | 164.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 163 | 0 | 0.09 | 0.07 | 0.31 | 348 | 0.09 | 0.66 |
| Hex | AF | A0 | A3 | 0 | 9 | 7 | 1F | 15C | 9 | 42 |
| Octal | 257 | 240 | 243 | 0 | 11 | 7 | 37 | 534 | 11 | 102 |
| Binary | 10101111 | 10100000 | 10100011 | 0 | 1001 | 111 | 11111 | 101011100 | 1001 | 1000010 |
Color Harmonies of #AFA0A3
Complementary color
Monochromatic Colors of #AFA0A3
Black with #AFA0A3
Text Example
Text Example
White with #AFA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0A3; }
p { color: rgb(175,160,163); }
H1.HeaderClassName
{
color: #AFA0A3;
}
.AnyTagClassName
{
color: #AFA0A3;
}
</style>
background-color css
<style>
a { background-color: #AFA0A3; }
a { background-color: rgb(175,160,163); }
div.DivClassName
{
background-color: #AFA0A3;
}
.BgClassName
{
background-color: #AFA0A3;
}
</style>
border-color css
<style>
span { border-color: #AFA0A3; }
span { border-color: rgb(175,160,163); }
td.TdClassName
{
border-color: #AFA0A3;
}
.TagClassName
{
border-color: #AFA0A3;
}
</style>