Shades of Sundown #FFA6A2
Tints of Sundown #FFA6A2
RGB
CMYK
RGB Variations
Color information
#FFA6A2 (or 0xFFA6A2) is known color: Sundown. HEX triplet: FF, A6 and A2. RGB value is (255,166,162). Sum of RGB (Red+Green+Blue) = 255+166+162=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A2 is #00595D. Grayscale: #C0C0C0. Windows color (decimal): -22878 or 10659583. OLE color: 10659583.
HSL color Cylindrical-coordinate representation of color #FFA6A2: hue angle of 2.58º 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 #FFA6A2 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 162 | - |
| CMYK | 0 | 0.35 | 0.36 | 0 |
| HSL | 2.58º | 1% | 0.82% | - |
| HSV(B) | 2.58º | 0.36% | 1% | - |
| XYZ | 61.4 | 51.14 | 40.82 | - |
| YUV | 192.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 162 | 0 | 0.35 | 0.36 | 0 | 2.58 | 1 | 0.82 |
| Hex | FF | A6 | A2 | 0 | 23 | 24 | 0 | 3 | 64 | 52 |
| Octal | 377 | 246 | 242 | 0 | 43 | 44 | 0 | 3 | 144 | 122 |
| Binary | 11111111 | 10100110 | 10100010 | 0 | 100011 | 100100 | 0 | 11 | 1100100 | 1010010 |
Color Harmonies of #FFA6A2
Complementary color
Monochromatic Colors of #FFA6A2
Black with #FFA6A2
Text Example
Text Example
White with #FFA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6A2; }
p { color: rgb(255,166,162); }
H1.HeaderClassName
{
color: #FFA6A2;
}
.AnyTagClassName
{
color: #FFA6A2;
}
</style>
background-color css
<style>
a { background-color: #FFA6A2; }
a { background-color: rgb(255,166,162); }
div.DivClassName
{
background-color: #FFA6A2;
}
.BgClassName
{
background-color: #FFA6A2;
}
</style>
border-color css
<style>
span { border-color: #FFA6A2; }
span { border-color: rgb(255,166,162); }
td.TdClassName
{
border-color: #FFA6A2;
}
.TagClassName
{
border-color: #FFA6A2;
}
</style>