Shades of Apple Blossom #A5514A
Tints of Apple Blossom #A5514A
RGB
CMYK
RGB Variations
Color information
#A5514A (or 0xA5514A) is known color: Apple Blossom. HEX triplet: A5, 51 and 4A. RGB value is (165,81,74). Sum of RGB (Red+Green+Blue) = 165+81+74=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5514A is #5AAEB5. Grayscale: #696969. Windows color (decimal): -5942966 or 4870565. OLE color: 4870565.
HSL color Cylindrical-coordinate representation of color #A5514A: hue angle of 4.62º 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 #A5514A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 74 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.35 |
| HSL | 4.62º | 0.38% | 0.47% | - |
| HSV(B) | 4.62º | 0.55% | 0.65% | - |
| XYZ | 19.7 | 14.38 | 8.22 | - |
| YUV | 105.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 74 | 0 | 0.51 | 0.55 | 0.35 | 4.62 | 0.38 | 0.47 |
| Hex | A5 | 51 | 4A | 0 | 33 | 37 | 23 | 5 | 26 | 2F |
| Octal | 245 | 121 | 112 | 0 | 63 | 67 | 43 | 5 | 46 | 57 |
| Binary | 10100101 | 1010001 | 1001010 | 0 | 110011 | 110111 | 100011 | 101 | 100110 | 101111 |
Color Harmonies of #A5514A
Complementary color
Monochromatic Colors of #A5514A
Black with #A5514A
Text Example
Text Example
White with #A5514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5514A; }
p { color: rgb(165,81,74); }
H1.HeaderClassName
{
color: #A5514A;
}
.AnyTagClassName
{
color: #A5514A;
}
</style>
background-color css
<style>
a { background-color: #A5514A; }
a { background-color: rgb(165,81,74); }
div.DivClassName
{
background-color: #A5514A;
}
.BgClassName
{
background-color: #A5514A;
}
</style>
border-color css
<style>
span { border-color: #A5514A; }
span { border-color: rgb(165,81,74); }
td.TdClassName
{
border-color: #A5514A;
}
.TagClassName
{
border-color: #A5514A;
}
</style>