Shades of Apple Blossom #A75B59
Tints of Apple Blossom #A75B59
RGB
CMYK
RGB Variations
Color information
#A75B59 (or 0xA75B59) is known color: Apple Blossom. HEX triplet: A7, 5B and 59. RGB value is (167,91,89). Sum of RGB (Red+Green+Blue) = 167+91+89=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B59 is #58A4A6. Grayscale: #717171. Windows color (decimal): -5809319 or 5856167. OLE color: 5856167.
HSL color Cylindrical-coordinate representation of color #A75B59: hue angle of 1.54º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A75B59 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 89 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.35 |
| HSL | 1.54º | 0.31% | 0.5% | - |
| HSV(B) | 1.54º | 0.47% | 0.65% | - |
| XYZ | 21.48 | 16.42 | 11.49 | - |
| YUV | 113.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 89 | 0 | 0.46 | 0.47 | 0.35 | 1.54 | 0.31 | 0.5 |
| Hex | A7 | 5B | 59 | 0 | 2E | 2F | 23 | 2 | 1F | 32 |
| Octal | 247 | 133 | 131 | 0 | 56 | 57 | 43 | 2 | 37 | 62 |
| Binary | 10100111 | 1011011 | 1011001 | 0 | 101110 | 101111 | 100011 | 10 | 11111 | 110010 |
Color Harmonies of #A75B59
Complementary color
Monochromatic Colors of #A75B59
Black with #A75B59
Text Example
Text Example
White with #A75B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B59; }
p { color: rgb(167,91,89); }
H1.HeaderClassName
{
color: #A75B59;
}
.AnyTagClassName
{
color: #A75B59;
}
</style>
background-color css
<style>
a { background-color: #A75B59; }
a { background-color: rgb(167,91,89); }
div.DivClassName
{
background-color: #A75B59;
}
.BgClassName
{
background-color: #A75B59;
}
</style>
border-color css
<style>
span { border-color: #A75B59; }
span { border-color: rgb(167,91,89); }
td.TdClassName
{
border-color: #A75B59;
}
.TagClassName
{
border-color: #A75B59;
}
</style>