Shades of Hit Pink #FFAA76
Tints of Hit Pink #FFAA76
RGB
CMYK
RGB Variations
Color information
#FFAA76 (or 0xFFAA76) is known color: Hit Pink. HEX triplet: FF, AA and 76. RGB value is (255,170,118). Sum of RGB (Red+Green+Blue) = 255+170+118=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA76 is #005589. Grayscale: #BDBDBD. Windows color (decimal): -21898 or 7777023. OLE color: 7777023.
HSL color Cylindrical-coordinate representation of color #FFAA76: hue angle of 22.77º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFAA76 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 118 | - |
| CMYK | 0 | 0.33 | 0.54 | 0 |
| HSL | 22.77º | 1% | 0.73% | - |
| HSV(B) | 22.77º | 0.54% | 1% | - |
| XYZ | 58.88 | 51.32 | 23.94 | - |
| YUV | 189.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 118 | 0 | 0.33 | 0.54 | 0 | 22.77 | 1 | 0.73 |
| Hex | FF | AA | 76 | 0 | 21 | 36 | 0 | 17 | 64 | 49 |
| Octal | 377 | 252 | 166 | 0 | 41 | 66 | 0 | 27 | 144 | 111 |
| Binary | 11111111 | 10101010 | 1110110 | 0 | 100001 | 110110 | 0 | 10111 | 1100100 | 1001001 |
Color Harmonies of #FFAA76
Complementary color
Monochromatic Colors of #FFAA76
Black with #FFAA76
Text Example
Text Example
White with #FFAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA76; }
p { color: rgb(255,170,118); }
H1.HeaderClassName
{
color: #FFAA76;
}
.AnyTagClassName
{
color: #FFAA76;
}
</style>
background-color css
<style>
a { background-color: #FFAA76; }
a { background-color: rgb(255,170,118); }
div.DivClassName
{
background-color: #FFAA76;
}
.BgClassName
{
background-color: #FFAA76;
}
</style>
border-color css
<style>
span { border-color: #FFAA76; }
span { border-color: rgb(255,170,118); }
td.TdClassName
{
border-color: #FFAA76;
}
.TagClassName
{
border-color: #FFAA76;
}
</style>