Shades of Apple Blossom #A35A58
Tints of Apple Blossom #A35A58
RGB
CMYK
RGB Variations
Color information
#A35A58 (or 0xA35A58) is known color: Apple Blossom. HEX triplet: A3, 5A and 58. RGB value is (163,90,88). Sum of RGB (Red+Green+Blue) = 163+90+88=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A58 is #5CA5A7. Grayscale: #6F6F6F. Windows color (decimal): -6071720 or 5790371. OLE color: 5790371.
HSL color Cylindrical-coordinate representation of color #A35A58: hue angle of 1.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A35A58 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 88 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.36 |
| HSL | 1.6º | 0.3% | 0.49% | - |
| HSV(B) | 1.6º | 0.46% | 0.64% | - |
| XYZ | 20.52 | 15.8 | 11.2 | - |
| YUV | 111.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 88 | 0 | 0.45 | 0.46 | 0.36 | 1.6 | 0.3 | 0.49 |
| Hex | A3 | 5A | 58 | 0 | 2D | 2E | 24 | 2 | 1E | 31 |
| Octal | 243 | 132 | 130 | 0 | 55 | 56 | 44 | 2 | 36 | 61 |
| Binary | 10100011 | 1011010 | 1011000 | 0 | 101101 | 101110 | 100100 | 10 | 11110 | 110001 |
Color Harmonies of #A35A58
Complementary color
Monochromatic Colors of #A35A58
Black with #A35A58
Text Example
Text Example
White with #A35A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A58; }
p { color: rgb(163,90,88); }
H1.HeaderClassName
{
color: #A35A58;
}
.AnyTagClassName
{
color: #A35A58;
}
</style>
background-color css
<style>
a { background-color: #A35A58; }
a { background-color: rgb(163,90,88); }
div.DivClassName
{
background-color: #A35A58;
}
.BgClassName
{
background-color: #A35A58;
}
</style>
border-color css
<style>
span { border-color: #A35A58; }
span { border-color: rgb(163,90,88); }
td.TdClassName
{
border-color: #A35A58;
}
.TagClassName
{
border-color: #A35A58;
}
</style>