Shades of Careys Pink #AFA6A8
Tints of Careys Pink #AFA6A8
RGB
CMYK
RGB Variations
Color information
#AFA6A8 (or 0xAFA6A8) is known color: Careys Pink. HEX triplet: AF, A6 and A8. RGB value is (175,166,168). Sum of RGB (Red+Green+Blue) = 175+166+168=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6A8 is #505957. Grayscale: #A8A8A8. Windows color (decimal): -5265752 or 11052719. OLE color: 11052719.
HSL color Cylindrical-coordinate representation of color #AFA6A8: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFA6A8 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 166 | 168 | - |
CMYK | 0 | 0.05 | 0.04 | 0.31 |
HSL | 346.67º | 0.05% | 0.67% | - |
HSV(B) | 346.67º | 0.05% | 0.69% | - |
XYZ | 38.38 | 39.21 | 42.59 | - |
YUV | 168.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 166 | 168 | 0 | 0.05 | 0.04 | 0.31 | 346.67 | 0.05 | 0.67 |
Hex | AF | A6 | A8 | 0 | 5 | 4 | 1F | 15B | 5 | 43 |
Octal | 257 | 246 | 250 | 0 | 5 | 4 | 37 | 533 | 5 | 103 |
Binary | 10101111 | 10100110 | 10101000 | 0 | 101 | 100 | 11111 | 101011011 | 101 | 1000011 |
Color Harmonies of #AFA6A8
Complementary color
Monochromatic Colors of #AFA6A8
Black with #AFA6A8
Text Example
Text Example
White with #AFA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6A8; }
p { color: rgb(175,166,168); }
H1.HeaderClassName
{
color: #AFA6A8;
}
.AnyTagClassName
{
color: #AFA6A8;
}
</style>
background-color css
<style>
a { background-color: #AFA6A8; }
a { background-color: rgb(175,166,168); }
div.DivClassName
{
background-color: #AFA6A8;
}
.BgClassName
{
background-color: #AFA6A8;
}
</style>
border-color css
<style>
span { border-color: #AFA6A8; }
span { border-color: rgb(175,166,168); }
td.TdClassName
{
border-color: #AFA6A8;
}
.TagClassName
{
border-color: #AFA6A8;
}
</style>