Shades of Careys Pink #AFA2A3
Tints of Careys Pink #AFA2A3
RGB
CMYK
RGB Variations
Color information
#AFA2A3 (or 0xAFA2A3) is known color: Careys Pink. HEX triplet: AF, A2 and A3. RGB value is (175,162,163). Sum of RGB (Red+Green+Blue) = 175+162+163=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2A3 is #505D5C. Grayscale: #A6A6A6. Windows color (decimal): -5266781 or 10724015. OLE color: 10724015.
HSL color Cylindrical-coordinate representation of color #AFA2A3: hue angle of 355.38º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFA2A3 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 163 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.31 |
| HSL | 355.38º | 0.08% | 0.66% | - |
| HSV(B) | 355.38º | 0.07% | 0.69% | - |
| XYZ | 37.21 | 37.6 | 39.95 | - |
| YUV | 166 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 163 | 0 | 0.07 | 0.07 | 0.31 | 355.38 | 0.08 | 0.66 |
| Hex | AF | A2 | A3 | 0 | 7 | 7 | 1F | 163 | 8 | 42 |
| Octal | 257 | 242 | 243 | 0 | 7 | 7 | 37 | 543 | 10 | 102 |
| Binary | 10101111 | 10100010 | 10100011 | 0 | 111 | 111 | 11111 | 101100011 | 1000 | 1000010 |
Color Harmonies of #AFA2A3
Complementary color
Monochromatic Colors of #AFA2A3
Black with #AFA2A3
Text Example
Text Example
White with #AFA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2A3; }
p { color: rgb(175,162,163); }
H1.HeaderClassName
{
color: #AFA2A3;
}
.AnyTagClassName
{
color: #AFA2A3;
}
</style>
background-color css
<style>
a { background-color: #AFA2A3; }
a { background-color: rgb(175,162,163); }
div.DivClassName
{
background-color: #AFA2A3;
}
.BgClassName
{
background-color: #AFA2A3;
}
</style>
border-color css
<style>
span { border-color: #AFA2A3; }
span { border-color: rgb(175,162,163); }
td.TdClassName
{
border-color: #AFA2A3;
}
.TagClassName
{
border-color: #AFA2A3;
}
</style>