Shades of Apple Blossom #AF534C
Tints of Apple Blossom #AF534C
RGB
CMYK
RGB Variations
Color information
#AF534C (or 0xAF534C) is known color: Apple Blossom. HEX triplet: AF, 53 and 4C. RGB value is (175,83,76). Sum of RGB (Red+Green+Blue) = 175+83+76=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF534C is #50ACB3. Grayscale: #6D6D6D. Windows color (decimal): -5287092 or 5002159. OLE color: 5002159.
HSL color Cylindrical-coordinate representation of color #AF534C: hue angle of 4.24º degrees, saturation: 0.39, 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 #AF534C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 76 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.31 |
| HSL | 4.24º | 0.39% | 0.49% | - |
| HSV(B) | 4.24º | 0.57% | 0.69% | - |
| XYZ | 22.08 | 15.82 | 8.73 | - |
| YUV | 109.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 76 | 0 | 0.53 | 0.57 | 0.31 | 4.24 | 0.39 | 0.49 |
| Hex | AF | 53 | 4C | 0 | 35 | 39 | 1F | 4 | 27 | 31 |
| Octal | 257 | 123 | 114 | 0 | 65 | 71 | 37 | 4 | 47 | 61 |
| Binary | 10101111 | 1010011 | 1001100 | 0 | 110101 | 111001 | 11111 | 100 | 100111 | 110001 |
Color Harmonies of #AF534C
Complementary color
Monochromatic Colors of #AF534C
Black with #AF534C
Text Example
Text Example
White with #AF534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF534C; }
p { color: rgb(175,83,76); }
H1.HeaderClassName
{
color: #AF534C;
}
.AnyTagClassName
{
color: #AF534C;
}
</style>
background-color css
<style>
a { background-color: #AF534C; }
a { background-color: rgb(175,83,76); }
div.DivClassName
{
background-color: #AF534C;
}
.BgClassName
{
background-color: #AF534C;
}
</style>
border-color css
<style>
span { border-color: #AF534C; }
span { border-color: rgb(175,83,76); }
td.TdClassName
{
border-color: #AF534C;
}
.TagClassName
{
border-color: #AF534C;
}
</style>