Shades of Wewak #FFA0A2
Tints of Wewak #FFA0A2
RGB
CMYK
RGB Variations
Color information
#FFA0A2 (or 0xFFA0A2) is known color: Wewak. HEX triplet: FF, A0 and A2. RGB value is (255,160,162). Sum of RGB (Red+Green+Blue) = 255+160+162=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0A2 is #005F5D. Grayscale: #BCBCBC. Windows color (decimal): -24414 or 10658047. OLE color: 10658047.
HSL color Cylindrical-coordinate representation of color #FFA0A2: hue angle of 358.74º 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 #FFA0A2 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 162 | - |
| CMYK | 0 | 0.37 | 0.36 | 0 |
| HSL | 358.74º | 1% | 0.81% | - |
| HSV(B) | 358.74º | 0.37% | 1% | - |
| XYZ | 60.33 | 49.01 | 40.46 | - |
| YUV | 188.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 162 | 0 | 0.37 | 0.36 | 0 | 358.74 | 1 | 0.81 |
| Hex | FF | A0 | A2 | 0 | 25 | 24 | 0 | 167 | 64 | 51 |
| Octal | 377 | 240 | 242 | 0 | 45 | 44 | 0 | 547 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10100010 | 0 | 100101 | 100100 | 0 | 101100111 | 1100100 | 1010001 |
Color Harmonies of #FFA0A2
Complementary color
Monochromatic Colors of #FFA0A2
Black with #FFA0A2
Text Example
Text Example
White with #FFA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0A2; }
p { color: rgb(255,160,162); }
H1.HeaderClassName
{
color: #FFA0A2;
}
.AnyTagClassName
{
color: #FFA0A2;
}
</style>
background-color css
<style>
a { background-color: #FFA0A2; }
a { background-color: rgb(255,160,162); }
div.DivClassName
{
background-color: #FFA0A2;
}
.BgClassName
{
background-color: #FFA0A2;
}
</style>
border-color css
<style>
span { border-color: #FFA0A2; }
span { border-color: rgb(255,160,162); }
td.TdClassName
{
border-color: #FFA0A2;
}
.TagClassName
{
border-color: #FFA0A2;
}
</style>