Shades of Hit Pink #FFA76A
Tints of Hit Pink #FFA76A
RGB
CMYK
RGB Variations
Color information
#FFA76A (or 0xFFA76A) is known color: Hit Pink. HEX triplet: FF, A7 and 6A. RGB value is (255,167,106). Sum of RGB (Red+Green+Blue) = 255+167+106=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA76A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA76A is #005895. Grayscale: #BABABA. Windows color (decimal): -22678 or 6989823. OLE color: 6989823.
HSL color Cylindrical-coordinate representation of color #FFA76A: hue angle of 24.56º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFA76A is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 106 | - |
| CMYK | 0 | 0.35 | 0.58 | 0 |
| HSL | 24.56º | 1% | 0.71% | - |
| HSV(B) | 24.56º | 0.58% | 1% | - |
| XYZ | 57.66 | 49.94 | 20.24 | - |
| YUV | 186.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 106 | 0 | 0.35 | 0.58 | 0 | 24.56 | 1 | 0.71 |
| Hex | FF | A7 | 6A | 0 | 23 | 3A | 0 | 19 | 64 | 47 |
| Octal | 377 | 247 | 152 | 0 | 43 | 72 | 0 | 31 | 144 | 107 |
| Binary | 11111111 | 10100111 | 1101010 | 0 | 100011 | 111010 | 0 | 11001 | 1100100 | 1000111 |
Color Harmonies of #FFA76A
Complementary color
Monochromatic Colors of #FFA76A
Black with #FFA76A
Text Example
Text Example
White with #FFA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA76A; }
p { color: rgb(255,167,106); }
H1.HeaderClassName
{
color: #FFA76A;
}
.AnyTagClassName
{
color: #FFA76A;
}
</style>
background-color css
<style>
a { background-color: #FFA76A; }
a { background-color: rgb(255,167,106); }
div.DivClassName
{
background-color: #FFA76A;
}
.BgClassName
{
background-color: #FFA76A;
}
</style>
border-color css
<style>
span { border-color: #FFA76A; }
span { border-color: rgb(255,167,106); }
td.TdClassName
{
border-color: #FFA76A;
}
.TagClassName
{
border-color: #FFA76A;
}
</style>