Shades of Rose Of Sharon #A74A2A
Tints of Rose Of Sharon #A74A2A
RGB
CMYK
RGB Variations
Color information
#A74A2A (or 0xA74A2A) is known color: Rose Of Sharon. HEX triplet: A7, 4A and 2A. RGB value is (167,74,42). Sum of RGB (Red+Green+Blue) = 167+74+42=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A2A is #58B5D5. Grayscale: #626262. Windows color (decimal): -5813718 or 2771623. OLE color: 2771623.
HSL color Cylindrical-coordinate representation of color #A74A2A: hue angle of 15.36º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A74A2A is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 42 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.35 |
| HSL | 15.36º | 0.6% | 0.41% | - |
| HSV(B) | 15.36º | 0.75% | 0.65% | - |
| XYZ | 18.8 | 13.28 | 3.76 | - |
| YUV | 98.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 42 | 0 | 0.56 | 0.75 | 0.35 | 15.36 | 0.6 | 0.41 |
| Hex | A7 | 4A | 2A | 0 | 38 | 4B | 23 | F | 3C | 29 |
| Octal | 247 | 112 | 52 | 0 | 70 | 113 | 43 | 17 | 74 | 51 |
| Binary | 10100111 | 1001010 | 101010 | 0 | 111000 | 1001011 | 100011 | 1111 | 111100 | 101001 |
Color Harmonies of #A74A2A
Complementary color
Monochromatic Colors of #A74A2A
Black with #A74A2A
Text Example
Text Example
White with #A74A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A2A; }
p { color: rgb(167,74,42); }
H1.HeaderClassName
{
color: #A74A2A;
}
.AnyTagClassName
{
color: #A74A2A;
}
</style>
background-color css
<style>
a { background-color: #A74A2A; }
a { background-color: rgb(167,74,42); }
div.DivClassName
{
background-color: #A74A2A;
}
.BgClassName
{
background-color: #A74A2A;
}
</style>
border-color css
<style>
span { border-color: #A74A2A; }
span { border-color: rgb(167,74,42); }
td.TdClassName
{
border-color: #A74A2A;
}
.TagClassName
{
border-color: #A74A2A;
}
</style>