Shades of Apple Blossom #A45045
Tints of Apple Blossom #A45045
RGB
CMYK
RGB Variations
Color information
#A45045 (or 0xA45045) is known color: Apple Blossom. HEX triplet: A4, 50 and 45. RGB value is (164,80,69). Sum of RGB (Red+Green+Blue) = 164+80+69=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A45045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45045 is #5BAFBA. Grayscale: #676767. Windows color (decimal): -6008763 or 4542628. OLE color: 4542628.
HSL color Cylindrical-coordinate representation of color #A45045: hue angle of 6.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45045 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 69 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.36 |
| HSL | 6.95º | 0.41% | 0.46% | - |
| HSV(B) | 6.95º | 0.58% | 0.64% | - |
| XYZ | 19.25 | 14.06 | 7.33 | - |
| YUV | 103.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 69 | 0 | 0.51 | 0.58 | 0.36 | 6.95 | 0.41 | 0.46 |
| Hex | A4 | 50 | 45 | 0 | 33 | 3A | 24 | 7 | 29 | 2E |
| Octal | 244 | 120 | 105 | 0 | 63 | 72 | 44 | 7 | 51 | 56 |
| Binary | 10100100 | 1010000 | 1000101 | 0 | 110011 | 111010 | 100100 | 111 | 101001 | 101110 |
Color Harmonies of #A45045
Complementary color
Monochromatic Colors of #A45045
Black with #A45045
Text Example
Text Example
White with #A45045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45045; }
p { color: rgb(164,80,69); }
H1.HeaderClassName
{
color: #A45045;
}
.AnyTagClassName
{
color: #A45045;
}
</style>
background-color css
<style>
a { background-color: #A45045; }
a { background-color: rgb(164,80,69); }
div.DivClassName
{
background-color: #A45045;
}
.BgClassName
{
background-color: #A45045;
}
</style>
border-color css
<style>
span { border-color: #A45045; }
span { border-color: rgb(164,80,69); }
td.TdClassName
{
border-color: #A45045;
}
.TagClassName
{
border-color: #A45045;
}
</style>