Shades of Wewak #FFA0A6
Tints of Wewak #FFA0A6
RGB
CMYK
RGB Variations
Color information
#FFA0A6 (or 0xFFA0A6) is known color: Wewak. HEX triplet: FF, A0 and A6. RGB value is (255,160,166). Sum of RGB (Red+Green+Blue) = 255+160+166=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0A6 is #005F59. Grayscale: #BDBDBD. Windows color (decimal): -24410 or 10920191. OLE color: 10920191.
HSL color Cylindrical-coordinate representation of color #FFA0A6: hue angle of 356.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0A6 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 166 | - |
| CMYK | 0 | 0.37 | 0.35 | 0 |
| HSL | 356.21º | 1% | 0.81% | - |
| HSV(B) | 356.21º | 0.37% | 1% | - |
| XYZ | 60.69 | 49.15 | 42.37 | - |
| YUV | 189.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 166 | 0 | 0.37 | 0.35 | 0 | 356.21 | 1 | 0.81 |
| Hex | FF | A0 | A6 | 0 | 25 | 23 | 0 | 164 | 64 | 51 |
| Octal | 377 | 240 | 246 | 0 | 45 | 43 | 0 | 544 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10100110 | 0 | 100101 | 100011 | 0 | 101100100 | 1100100 | 1010001 |
Color Harmonies of #FFA0A6
Complementary color
Monochromatic Colors of #FFA0A6
Black with #FFA0A6
Text Example
Text Example
White with #FFA0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0A6; }
p { color: rgb(255,160,166); }
H1.HeaderClassName
{
color: #FFA0A6;
}
.AnyTagClassName
{
color: #FFA0A6;
}
</style>
background-color css
<style>
a { background-color: #FFA0A6; }
a { background-color: rgb(255,160,166); }
div.DivClassName
{
background-color: #FFA0A6;
}
.BgClassName
{
background-color: #FFA0A6;
}
</style>
border-color css
<style>
span { border-color: #FFA0A6; }
span { border-color: rgb(255,160,166); }
td.TdClassName
{
border-color: #FFA0A6;
}
.TagClassName
{
border-color: #FFA0A6;
}
</style>