Shades of Sundown #FFADA7
Tints of Sundown #FFADA7
RGB
CMYK
RGB Variations
Color information
#FFADA7 (or 0xFFADA7) is known color: Sundown. HEX triplet: FF, AD and A7. RGB value is (255,173,167). Sum of RGB (Red+Green+Blue) = 255+173+167=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADA7 is #005258. Grayscale: #C4C4C4. Windows color (decimal): -21081 or 10989055. OLE color: 10989055.
HSL color Cylindrical-coordinate representation of color #FFADA7: hue angle of 4.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFADA7 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 167 | - |
| CMYK | 0 | 0.32 | 0.35 | 0 |
| HSL | 4.09º | 1% | 0.83% | - |
| HSV(B) | 4.09º | 0.35% | 1% | - |
| XYZ | 63.16 | 53.94 | 43.64 | - |
| YUV | 196.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 167 | 0 | 0.32 | 0.35 | 0 | 4.09 | 1 | 0.83 |
| Hex | FF | AD | A7 | 0 | 20 | 23 | 0 | 4 | 64 | 53 |
| Octal | 377 | 255 | 247 | 0 | 40 | 43 | 0 | 4 | 144 | 123 |
| Binary | 11111111 | 10101101 | 10100111 | 0 | 100000 | 100011 | 0 | 100 | 1100100 | 1010011 |
Color Harmonies of #FFADA7
Complementary color
Monochromatic Colors of #FFADA7
Black with #FFADA7
Text Example
Text Example
White with #FFADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADA7; }
p { color: rgb(255,173,167); }
H1.HeaderClassName
{
color: #FFADA7;
}
.AnyTagClassName
{
color: #FFADA7;
}
</style>
background-color css
<style>
a { background-color: #FFADA7; }
a { background-color: rgb(255,173,167); }
div.DivClassName
{
background-color: #FFADA7;
}
.BgClassName
{
background-color: #FFADA7;
}
</style>
border-color css
<style>
span { border-color: #FFADA7; }
span { border-color: rgb(255,173,167); }
td.TdClassName
{
border-color: #FFADA7;
}
.TagClassName
{
border-color: #FFADA7;
}
</style>