Shades of Apple Blossom #A5514B
Tints of Apple Blossom #A5514B
RGB
CMYK
RGB Variations
Color information
#A5514B (or 0xA5514B) is known color: Apple Blossom. HEX triplet: A5, 51 and 4B. RGB value is (165,81,75). Sum of RGB (Red+Green+Blue) = 165+81+75=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5514B is #5AAEB4. Grayscale: #696969. Windows color (decimal): -5942965 or 4936101. OLE color: 4936101.
HSL color Cylindrical-coordinate representation of color #A5514B: hue angle of 4º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5514B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 75 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.35 |
| HSL | 4º | 0.38% | 0.47% | - |
| HSV(B) | 4º | 0.55% | 0.65% | - |
| XYZ | 19.73 | 14.39 | 8.39 | - |
| YUV | 105.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 75 | 0 | 0.51 | 0.55 | 0.35 | 4 | 0.38 | 0.47 |
| Hex | A5 | 51 | 4B | 0 | 33 | 37 | 23 | 4 | 26 | 2F |
| Octal | 245 | 121 | 113 | 0 | 63 | 67 | 43 | 4 | 46 | 57 |
| Binary | 10100101 | 1010001 | 1001011 | 0 | 110011 | 110111 | 100011 | 100 | 100110 | 101111 |
Color Harmonies of #A5514B
Complementary color
Monochromatic Colors of #A5514B
Black with #A5514B
Text Example
Text Example
White with #A5514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5514B; }
p { color: rgb(165,81,75); }
H1.HeaderClassName
{
color: #A5514B;
}
.AnyTagClassName
{
color: #A5514B;
}
</style>
background-color css
<style>
a { background-color: #A5514B; }
a { background-color: rgb(165,81,75); }
div.DivClassName
{
background-color: #A5514B;
}
.BgClassName
{
background-color: #A5514B;
}
</style>
border-color css
<style>
span { border-color: #A5514B; }
span { border-color: rgb(165,81,75); }
td.TdClassName
{
border-color: #A5514B;
}
.TagClassName
{
border-color: #A5514B;
}
</style>