Shades of Wewak #FFA4AA
Tints of Wewak #FFA4AA
RGB
CMYK
RGB Variations
Color information
#FFA4AA (or 0xFFA4AA) is known color: Wewak. HEX triplet: FF, A4 and AA. RGB value is (255,164,170). Sum of RGB (Red+Green+Blue) = 255+164+170=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4AA is #005B55. Grayscale: #BFBFBF. Windows color (decimal): -23382 or 11183359. OLE color: 11183359.
HSL color Cylindrical-coordinate representation of color #FFA4AA: hue angle of 356.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 170 | - |
| CMYK | 0 | 0.36 | 0.33 | 0 |
| HSL | 356.04º | 1% | 0.82% | - |
| HSV(B) | 356.04º | 0.36% | 1% | - |
| XYZ | 61.77 | 50.71 | 44.56 | - |
| YUV | 191.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 170 | 0 | 0.36 | 0.33 | 0 | 356.04 | 1 | 0.82 |
| Hex | FF | A4 | AA | 0 | 24 | 21 | 0 | 164 | 64 | 52 |
| Octal | 377 | 244 | 252 | 0 | 44 | 41 | 0 | 544 | 144 | 122 |
| Binary | 11111111 | 10100100 | 10101010 | 0 | 100100 | 100001 | 0 | 101100100 | 1100100 | 1010010 |
Color Harmonies of #FFA4AA
Complementary color
Monochromatic Colors of #FFA4AA
Black with #FFA4AA
Text Example
Text Example
White with #FFA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4AA; }
p { color: rgb(255,164,170); }
H1.HeaderClassName
{
color: #FFA4AA;
}
.AnyTagClassName
{
color: #FFA4AA;
}
</style>
background-color css
<style>
a { background-color: #FFA4AA; }
a { background-color: rgb(255,164,170); }
div.DivClassName
{
background-color: #FFA4AA;
}
.BgClassName
{
background-color: #FFA4AA;
}
</style>
border-color css
<style>
span { border-color: #FFA4AA; }
span { border-color: rgb(255,164,170); }
td.TdClassName
{
border-color: #FFA4AA;
}
.TagClassName
{
border-color: #FFA4AA;
}
</style>