Shades of Apple Blossom #A1504D
Tints of Apple Blossom #A1504D
RGB
CMYK
RGB Variations
Color information
#A1504D (or 0xA1504D) is known color: Apple Blossom. HEX triplet: A1, 50 and 4D. RGB value is (161,80,77). Sum of RGB (Red+Green+Blue) = 161+80+77=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1504D is #5EAFB2. Grayscale: #676767. Windows color (decimal): -6205363 or 5066913. OLE color: 5066913.
HSL color Cylindrical-coordinate representation of color #A1504D: hue angle of 2.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1504D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 77 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.37 |
| HSL | 2.14º | 0.35% | 0.47% | - |
| HSV(B) | 2.14º | 0.52% | 0.63% | - |
| XYZ | 18.91 | 13.85 | 8.7 | - |
| YUV | 103.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 77 | 0 | 0.50 | 0.52 | 0.37 | 2.14 | 0.35 | 0.47 |
| Hex | A1 | 50 | 4D | 0 | 32 | 34 | 25 | 2 | 23 | 2F |
| Octal | 241 | 120 | 115 | 0 | 62 | 64 | 45 | 2 | 43 | 57 |
| Binary | 10100001 | 1010000 | 1001101 | 0 | 110010 | 110100 | 100101 | 10 | 100011 | 101111 |
Color Harmonies of #A1504D
Complementary color
Monochromatic Colors of #A1504D
Black with #A1504D
Text Example
Text Example
White with #A1504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1504D; }
p { color: rgb(161,80,77); }
H1.HeaderClassName
{
color: #A1504D;
}
.AnyTagClassName
{
color: #A1504D;
}
</style>
background-color css
<style>
a { background-color: #A1504D; }
a { background-color: rgb(161,80,77); }
div.DivClassName
{
background-color: #A1504D;
}
.BgClassName
{
background-color: #A1504D;
}
</style>
border-color css
<style>
span { border-color: #A1504D; }
span { border-color: rgb(161,80,77); }
td.TdClassName
{
border-color: #A1504D;
}
.TagClassName
{
border-color: #A1504D;
}
</style>