Shades of Apple Blossom #AF534B
Tints of Apple Blossom #AF534B
RGB
CMYK
RGB Variations
Color information
#AF534B (or 0xAF534B) is known color: Apple Blossom. HEX triplet: AF, 53 and 4B. RGB value is (175,83,75). Sum of RGB (Red+Green+Blue) = 175+83+75=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF534B is #50ACB4. Grayscale: #6D6D6D. Windows color (decimal): -5287093 or 4936623. OLE color: 4936623.
HSL color Cylindrical-coordinate representation of color #AF534B: hue angle of 4.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF534B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 75 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.31 |
| HSL | 4.8º | 0.4% | 0.49% | - |
| HSV(B) | 4.8º | 0.57% | 0.69% | - |
| XYZ | 22.04 | 15.81 | 8.55 | - |
| YUV | 109.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 75 | 0 | 0.53 | 0.57 | 0.31 | 4.8 | 0.4 | 0.49 |
| Hex | AF | 53 | 4B | 0 | 35 | 39 | 1F | 5 | 28 | 31 |
| Octal | 257 | 123 | 113 | 0 | 65 | 71 | 37 | 5 | 50 | 61 |
| Binary | 10101111 | 1010011 | 1001011 | 0 | 110101 | 111001 | 11111 | 101 | 101000 | 110001 |
Color Harmonies of #AF534B
Complementary color
Monochromatic Colors of #AF534B
Black with #AF534B
Text Example
Text Example
White with #AF534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF534B; }
p { color: rgb(175,83,75); }
H1.HeaderClassName
{
color: #AF534B;
}
.AnyTagClassName
{
color: #AF534B;
}
</style>
background-color css
<style>
a { background-color: #AF534B; }
a { background-color: rgb(175,83,75); }
div.DivClassName
{
background-color: #AF534B;
}
.BgClassName
{
background-color: #AF534B;
}
</style>
border-color css
<style>
span { border-color: #AF534B; }
span { border-color: rgb(175,83,75); }
td.TdClassName
{
border-color: #AF534B;
}
.TagClassName
{
border-color: #AF534B;
}
</style>