Shades of Hit Pink #FFA76D
Tints of Hit Pink #FFA76D
RGB
CMYK
RGB Variations
Color information
#FFA76D (or 0xFFA76D) is known color: Hit Pink. HEX triplet: FF, A7 and 6D. RGB value is (255,167,109). Sum of RGB (Red+Green+Blue) = 255+167+109=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA76D is #005892. Grayscale: #BBBBBB. Windows color (decimal): -22675 or 7186431. OLE color: 7186431.
HSL color Cylindrical-coordinate representation of color #FFA76D: hue angle of 23.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFA76D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 109 | - |
| CMYK | 0 | 0.35 | 0.57 | 0 |
| HSL | 23.84º | 1% | 0.71% | - |
| HSV(B) | 23.84º | 0.57% | 1% | - |
| XYZ | 57.82 | 50 | 21.07 | - |
| YUV | 186.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 109 | 0 | 0.35 | 0.57 | 0 | 23.84 | 1 | 0.71 |
| Hex | FF | A7 | 6D | 0 | 23 | 39 | 0 | 18 | 64 | 47 |
| Octal | 377 | 247 | 155 | 0 | 43 | 71 | 0 | 30 | 144 | 107 |
| Binary | 11111111 | 10100111 | 1101101 | 0 | 100011 | 111001 | 0 | 11000 | 1100100 | 1000111 |
Color Harmonies of #FFA76D
Complementary color
Monochromatic Colors of #FFA76D
Black with #FFA76D
Text Example
Text Example
White with #FFA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA76D; }
p { color: rgb(255,167,109); }
H1.HeaderClassName
{
color: #FFA76D;
}
.AnyTagClassName
{
color: #FFA76D;
}
</style>
background-color css
<style>
a { background-color: #FFA76D; }
a { background-color: rgb(255,167,109); }
div.DivClassName
{
background-color: #FFA76D;
}
.BgClassName
{
background-color: #FFA76D;
}
</style>
border-color css
<style>
span { border-color: #FFA76D; }
span { border-color: rgb(255,167,109); }
td.TdClassName
{
border-color: #FFA76D;
}
.TagClassName
{
border-color: #FFA76D;
}
</style>