Shades of Rose Of Sharon #AF4A32
Tints of Rose Of Sharon #AF4A32
RGB
CMYK
RGB Variations
Color information
#AF4A32 (or 0xAF4A32) is known color: Rose Of Sharon. HEX triplet: AF, 4A and 32. RGB value is (175,74,50). Sum of RGB (Red+Green+Blue) = 175+74+50=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A32 is #50B5CD. Grayscale: #656565. Windows color (decimal): -5289422 or 3295919. OLE color: 3295919.
HSL color Cylindrical-coordinate representation of color #AF4A32: hue angle of 11.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4A32 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 50 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.31 |
| HSL | 11.52º | 0.56% | 0.44% | - |
| HSV(B) | 11.52º | 0.71% | 0.69% | - |
| XYZ | 20.7 | 14.24 | 4.68 | - |
| YUV | 101.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 50 | 0 | 0.58 | 0.71 | 0.31 | 11.52 | 0.56 | 0.44 |
| Hex | AF | 4A | 32 | 0 | 3A | 47 | 1F | C | 38 | 2C |
| Octal | 257 | 112 | 62 | 0 | 72 | 107 | 37 | 14 | 70 | 54 |
| Binary | 10101111 | 1001010 | 110010 | 0 | 111010 | 1000111 | 11111 | 1100 | 111000 | 101100 |
Color Harmonies of #AF4A32
Complementary color
Monochromatic Colors of #AF4A32
Black with #AF4A32
Text Example
Text Example
White with #AF4A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A32; }
p { color: rgb(175,74,50); }
H1.HeaderClassName
{
color: #AF4A32;
}
.AnyTagClassName
{
color: #AF4A32;
}
</style>
background-color css
<style>
a { background-color: #AF4A32; }
a { background-color: rgb(175,74,50); }
div.DivClassName
{
background-color: #AF4A32;
}
.BgClassName
{
background-color: #AF4A32;
}
</style>
border-color css
<style>
span { border-color: #AF4A32; }
span { border-color: rgb(175,74,50); }
td.TdClassName
{
border-color: #AF4A32;
}
.TagClassName
{
border-color: #AF4A32;
}
</style>