Shades of Wewak #FFA3A6
Tints of Wewak #FFA3A6
RGB
CMYK
RGB Variations
Color information
#FFA3A6 (or 0xFFA3A6) is known color: Wewak. HEX triplet: FF, A3 and A6. RGB value is (255,163,166). Sum of RGB (Red+Green+Blue) = 255+163+166=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA3A6 is #005C59. Grayscale: #BEBEBE. Windows color (decimal): -23642 or 10920959. OLE color: 10920959.
HSL color Cylindrical-coordinate representation of color #FFA3A6: hue angle of 358.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 #FFA3A6 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 166 | - |
| CMYK | 0 | 0.36 | 0.35 | 0 |
| HSL | 358.04º | 1% | 0.82% | - |
| HSV(B) | 358.04º | 0.36% | 1% | - |
| XYZ | 61.22 | 50.21 | 42.54 | - |
| YUV | 190.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 166 | 0 | 0.36 | 0.35 | 0 | 358.04 | 1 | 0.82 |
| Hex | FF | A3 | A6 | 0 | 24 | 23 | 0 | 166 | 64 | 52 |
| Octal | 377 | 243 | 246 | 0 | 44 | 43 | 0 | 546 | 144 | 122 |
| Binary | 11111111 | 10100011 | 10100110 | 0 | 100100 | 100011 | 0 | 101100110 | 1100100 | 1010010 |
Color Harmonies of #FFA3A6
Complementary color
Monochromatic Colors of #FFA3A6
Black with #FFA3A6
Text Example
Text Example
White with #FFA3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3A6; }
p { color: rgb(255,163,166); }
H1.HeaderClassName
{
color: #FFA3A6;
}
.AnyTagClassName
{
color: #FFA3A6;
}
</style>
background-color css
<style>
a { background-color: #FFA3A6; }
a { background-color: rgb(255,163,166); }
div.DivClassName
{
background-color: #FFA3A6;
}
.BgClassName
{
background-color: #FFA3A6;
}
</style>
border-color css
<style>
span { border-color: #FFA3A6; }
span { border-color: rgb(255,163,166); }
td.TdClassName
{
border-color: #FFA3A6;
}
.TagClassName
{
border-color: #FFA3A6;
}
</style>