Shades of Apple Blossom #A35754
Tints of Apple Blossom #A35754
RGB
CMYK
RGB Variations
Color information
#A35754 (or 0xA35754) is known color: Apple Blossom. HEX triplet: A3, 57 and 54. RGB value is (163,87,84). Sum of RGB (Red+Green+Blue) = 163+87+84=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A35754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35754 is #5CA8AB. Grayscale: #6D6D6D. Windows color (decimal): -6072492 or 5527459. OLE color: 5527459.
HSL color Cylindrical-coordinate representation of color #A35754: hue angle of 2.28º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35754 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 84 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.36 |
| HSL | 2.28º | 0.32% | 0.48% | - |
| HSV(B) | 2.28º | 0.48% | 0.64% | - |
| XYZ | 20.11 | 15.24 | 10.27 | - |
| YUV | 109.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 84 | 0 | 0.47 | 0.48 | 0.36 | 2.28 | 0.32 | 0.48 |
| Hex | A3 | 57 | 54 | 0 | 2F | 30 | 24 | 2 | 20 | 30 |
| Octal | 243 | 127 | 124 | 0 | 57 | 60 | 44 | 2 | 40 | 60 |
| Binary | 10100011 | 1010111 | 1010100 | 0 | 101111 | 110000 | 100100 | 10 | 100000 | 110000 |
Color Harmonies of #A35754
Complementary color
Monochromatic Colors of #A35754
Black with #A35754
Text Example
Text Example
White with #A35754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35754; }
p { color: rgb(163,87,84); }
H1.HeaderClassName
{
color: #A35754;
}
.AnyTagClassName
{
color: #A35754;
}
</style>
background-color css
<style>
a { background-color: #A35754; }
a { background-color: rgb(163,87,84); }
div.DivClassName
{
background-color: #A35754;
}
.BgClassName
{
background-color: #A35754;
}
</style>
border-color css
<style>
span { border-color: #A35754; }
span { border-color: rgb(163,87,84); }
td.TdClassName
{
border-color: #A35754;
}
.TagClassName
{
border-color: #A35754;
}
</style>