Shades of Apple Blossom #AF5345
Tints of Apple Blossom #AF5345
RGB
CMYK
RGB Variations
Color information
#AF5345 (or 0xAF5345) is known color: Apple Blossom. HEX triplet: AF, 53 and 45. RGB value is (175,83,69). Sum of RGB (Red+Green+Blue) = 175+83+69=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5345 is #50ACBA. Grayscale: #6D6D6D. Windows color (decimal): -5287099 or 4543407. OLE color: 4543407.
HSL color Cylindrical-coordinate representation of color #AF5345: hue angle of 7.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5345 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 69 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.31 |
| HSL | 7.92º | 0.43% | 0.48% | - |
| HSV(B) | 7.92º | 0.61% | 0.69% | - |
| XYZ | 21.85 | 15.73 | 7.52 | - |
| YUV | 108.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 69 | 0 | 0.53 | 0.61 | 0.31 | 7.92 | 0.43 | 0.48 |
| Hex | AF | 53 | 45 | 0 | 35 | 3D | 1F | 8 | 2B | 30 |
| Octal | 257 | 123 | 105 | 0 | 65 | 75 | 37 | 10 | 53 | 60 |
| Binary | 10101111 | 1010011 | 1000101 | 0 | 110101 | 111101 | 11111 | 1000 | 101011 | 110000 |
Color Harmonies of #AF5345
Complementary color
Monochromatic Colors of #AF5345
Black with #AF5345
Text Example
Text Example
White with #AF5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5345; }
p { color: rgb(175,83,69); }
H1.HeaderClassName
{
color: #AF5345;
}
.AnyTagClassName
{
color: #AF5345;
}
</style>
background-color css
<style>
a { background-color: #AF5345; }
a { background-color: rgb(175,83,69); }
div.DivClassName
{
background-color: #AF5345;
}
.BgClassName
{
background-color: #AF5345;
}
</style>
border-color css
<style>
span { border-color: #AF5345; }
span { border-color: rgb(175,83,69); }
td.TdClassName
{
border-color: #AF5345;
}
.TagClassName
{
border-color: #AF5345;
}
</style>