Shades of Rose Of Sharon #AF4722
Tints of Rose Of Sharon #AF4722
RGB
CMYK
RGB Variations
Color information
#AF4722 (or 0xAF4722) is known color: Rose Of Sharon. HEX triplet: AF, 47 and 22. RGB value is (175,71,34). Sum of RGB (Red+Green+Blue) = 175+71+34=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4722 is #50B8DD. Grayscale: #626262. Windows color (decimal): -5290206 or 2246575. OLE color: 2246575.
HSL color Cylindrical-coordinate representation of color #AF4722: hue angle of 15.74º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF4722 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 34 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.31 |
| HSL | 15.74º | 0.67% | 0.41% | - |
| HSV(B) | 15.74º | 0.81% | 0.69% | - |
| XYZ | 20.22 | 13.74 | 3.1 | - |
| YUV | 97.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 34 | 0 | 0.59 | 0.81 | 0.31 | 15.74 | 0.67 | 0.41 |
| Hex | AF | 47 | 22 | 0 | 3B | 51 | 1F | 10 | 43 | 29 |
| Octal | 257 | 107 | 42 | 0 | 73 | 121 | 37 | 20 | 103 | 51 |
| Binary | 10101111 | 1000111 | 100010 | 0 | 111011 | 1010001 | 11111 | 10000 | 1000011 | 101001 |
Color Harmonies of #AF4722
Complementary color
Monochromatic Colors of #AF4722
Black with #AF4722
Text Example
Text Example
White with #AF4722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4722; }
p { color: rgb(175,71,34); }
H1.HeaderClassName
{
color: #AF4722;
}
.AnyTagClassName
{
color: #AF4722;
}
</style>
background-color css
<style>
a { background-color: #AF4722; }
a { background-color: rgb(175,71,34); }
div.DivClassName
{
background-color: #AF4722;
}
.BgClassName
{
background-color: #AF4722;
}
</style>
border-color css
<style>
span { border-color: #AF4722; }
span { border-color: rgb(175,71,34); }
td.TdClassName
{
border-color: #AF4722;
}
.TagClassName
{
border-color: #AF4722;
}
</style>