Shades of Sundown #FFA8A2
Tints of Sundown #FFA8A2
RGB
CMYK
RGB Variations
Color information
#FFA8A2 (or 0xFFA8A2) is known color: Sundown. HEX triplet: FF, A8 and A2. RGB value is (255,168,162). Sum of RGB (Red+Green+Blue) = 255+168+162=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8A2 is #00575D. Grayscale: #C1C1C1. Windows color (decimal): -22366 or 10660095. OLE color: 10660095.
HSL color Cylindrical-coordinate representation of color #FFA8A2: hue angle of 3.87º 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 #FFA8A2 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 162 | - |
| CMYK | 0 | 0.34 | 0.36 | 0 |
| HSL | 3.87º | 1% | 0.82% | - |
| HSV(B) | 3.87º | 0.36% | 1% | - |
| XYZ | 61.76 | 51.87 | 40.94 | - |
| YUV | 193.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 162 | 0 | 0.34 | 0.36 | 0 | 3.87 | 1 | 0.82 |
| Hex | FF | A8 | A2 | 0 | 22 | 24 | 0 | 4 | 64 | 52 |
| Octal | 377 | 250 | 242 | 0 | 42 | 44 | 0 | 4 | 144 | 122 |
| Binary | 11111111 | 10101000 | 10100010 | 0 | 100010 | 100100 | 0 | 100 | 1100100 | 1010010 |
Color Harmonies of #FFA8A2
Complementary color
Monochromatic Colors of #FFA8A2
Black with #FFA8A2
Text Example
Text Example
White with #FFA8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8A2; }
p { color: rgb(255,168,162); }
H1.HeaderClassName
{
color: #FFA8A2;
}
.AnyTagClassName
{
color: #FFA8A2;
}
</style>
background-color css
<style>
a { background-color: #FFA8A2; }
a { background-color: rgb(255,168,162); }
div.DivClassName
{
background-color: #FFA8A2;
}
.BgClassName
{
background-color: #FFA8A2;
}
</style>
border-color css
<style>
span { border-color: #FFA8A2; }
span { border-color: rgb(255,168,162); }
td.TdClassName
{
border-color: #FFA8A2;
}
.TagClassName
{
border-color: #FFA8A2;
}
</style>