Shades of Apple Blossom #A75757
Tints of Apple Blossom #A75757
RGB
CMYK
RGB Variations
Color information
#A75757 (or 0xA75757) is known color: Apple Blossom. HEX triplet: A7, 57 and 57. RGB value is (167,87,87). Sum of RGB (Red+Green+Blue) = 167+87+87=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A75757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75757 is #58A8A8. Grayscale: #6F6F6F. Windows color (decimal): -5810345 or 5724071. OLE color: 5724071.
HSL color Cylindrical-coordinate representation of color #A75757: hue angle of 0º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75757 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 87 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.35 |
| HSL | 0º | 0.31% | 0.5% | - |
| HSV(B) | 0º | 0.48% | 0.65% | - |
| XYZ | 21.06 | 15.72 | 10.94 | - |
| YUV | 110.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 87 | 0 | 0.48 | 0.48 | 0.35 | 0 | 0.31 | 0.5 |
| Hex | A7 | 57 | 57 | 0 | 30 | 30 | 23 | 0 | 1F | 32 |
| Octal | 247 | 127 | 127 | 0 | 60 | 60 | 43 | 0 | 37 | 62 |
| Binary | 10100111 | 1010111 | 1010111 | 0 | 110000 | 110000 | 100011 | 0 | 11111 | 110010 |
Color Harmonies of #A75757
Complementary color
Monochromatic Colors of #A75757
Black with #A75757
Text Example
Text Example
White with #A75757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75757; }
p { color: rgb(167,87,87); }
H1.HeaderClassName
{
color: #A75757;
}
.AnyTagClassName
{
color: #A75757;
}
</style>
background-color css
<style>
a { background-color: #A75757; }
a { background-color: rgb(167,87,87); }
div.DivClassName
{
background-color: #A75757;
}
.BgClassName
{
background-color: #A75757;
}
</style>
border-color css
<style>
span { border-color: #A75757; }
span { border-color: rgb(167,87,87); }
td.TdClassName
{
border-color: #A75757;
}
.TagClassName
{
border-color: #A75757;
}
</style>