Shades of Rose Of Sharon #A74A2F
Tints of Rose Of Sharon #A74A2F
RGB
CMYK
RGB Variations
Color information
#A74A2F (or 0xA74A2F) is known color: Rose Of Sharon. HEX triplet: A7, 4A and 2F. RGB value is (167,74,47). Sum of RGB (Red+Green+Blue) = 167+74+47=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A2F is #58B5D0. Grayscale: #626262. Windows color (decimal): -5813713 or 3099303. OLE color: 3099303.
HSL color Cylindrical-coordinate representation of color #A74A2F: hue angle of 13.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A74A2F is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 47 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.35 |
| HSL | 13.5º | 0.56% | 0.42% | - |
| HSV(B) | 13.5º | 0.72% | 0.65% | - |
| XYZ | 18.9 | 13.32 | 4.26 | - |
| YUV | 98.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 47 | 0 | 0.56 | 0.72 | 0.35 | 13.5 | 0.56 | 0.42 |
| Hex | A7 | 4A | 2F | 0 | 38 | 48 | 23 | E | 38 | 2A |
| Octal | 247 | 112 | 57 | 0 | 70 | 110 | 43 | 16 | 70 | 52 |
| Binary | 10100111 | 1001010 | 101111 | 0 | 111000 | 1001000 | 100011 | 1110 | 111000 | 101010 |
Color Harmonies of #A74A2F
Complementary color
Monochromatic Colors of #A74A2F
Black with #A74A2F
Text Example
Text Example
White with #A74A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A2F; }
p { color: rgb(167,74,47); }
H1.HeaderClassName
{
color: #A74A2F;
}
.AnyTagClassName
{
color: #A74A2F;
}
</style>
background-color css
<style>
a { background-color: #A74A2F; }
a { background-color: rgb(167,74,47); }
div.DivClassName
{
background-color: #A74A2F;
}
.BgClassName
{
background-color: #A74A2F;
}
</style>
border-color css
<style>
span { border-color: #A74A2F; }
span { border-color: rgb(167,74,47); }
td.TdClassName
{
border-color: #A74A2F;
}
.TagClassName
{
border-color: #A74A2F;
}
</style>