Shades of Sienna #A24C2E
Tints of Sienna #A24C2E
RGB
CMYK
RGB Variations
Color information
#A24C2E (or 0xA24C2E) is known color: Sienna. HEX triplet: A2, 4C and 2E. RGB value is (162,76,46). Sum of RGB (Red+Green+Blue) = 162+76+46=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C2E is #5DB3D1. Grayscale: #626262. Windows color (decimal): -6140882 or 3034274. OLE color: 3034274.
HSL color Cylindrical-coordinate representation of color #A24C2E: hue angle of 15.52º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A24C2E is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 46 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.36 |
| HSL | 15.52º | 0.56% | 0.41% | - |
| HSV(B) | 15.52º | 0.72% | 0.64% | - |
| XYZ | 17.98 | 13.05 | 4.16 | - |
| YUV | 98.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 46 | 0 | 0.53 | 0.72 | 0.36 | 15.52 | 0.56 | 0.41 |
| Hex | A2 | 4C | 2E | 0 | 35 | 48 | 24 | 10 | 38 | 29 |
| Octal | 242 | 114 | 56 | 0 | 65 | 110 | 44 | 20 | 70 | 51 |
| Binary | 10100010 | 1001100 | 101110 | 0 | 110101 | 1001000 | 100100 | 10000 | 111000 | 101001 |
Color Harmonies of #A24C2E
Complementary color
Monochromatic Colors of #A24C2E
Black with #A24C2E
Text Example
Text Example
White with #A24C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C2E; }
p { color: rgb(162,76,46); }
H1.HeaderClassName
{
color: #A24C2E;
}
.AnyTagClassName
{
color: #A24C2E;
}
</style>
background-color css
<style>
a { background-color: #A24C2E; }
a { background-color: rgb(162,76,46); }
div.DivClassName
{
background-color: #A24C2E;
}
.BgClassName
{
background-color: #A24C2E;
}
</style>
border-color css
<style>
span { border-color: #A24C2E; }
span { border-color: rgb(162,76,46); }
td.TdClassName
{
border-color: #A24C2E;
}
.TagClassName
{
border-color: #A24C2E;
}
</style>