Shades of Sienna #A24F2A
Tints of Sienna #A24F2A
RGB
CMYK
RGB Variations
Color information
#A24F2A (or 0xA24F2A) is known color: Sienna. HEX triplet: A2, 4F and 2A. RGB value is (162,79,42). Sum of RGB (Red+Green+Blue) = 162+79+42=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F2A is #5DB0D5. Grayscale: #636363. Windows color (decimal): -6140118 or 2772898. OLE color: 2772898.
HSL color Cylindrical-coordinate representation of color #A24F2A: hue angle of 18.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A24F2A is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 42 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.36 |
| HSL | 18.5º | 0.59% | 0.4% | - |
| HSV(B) | 18.5º | 0.74% | 0.64% | - |
| XYZ | 18.11 | 13.44 | 3.83 | - |
| YUV | 99.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 42 | 0 | 0.51 | 0.74 | 0.36 | 18.5 | 0.59 | 0.4 |
| Hex | A2 | 4F | 2A | 0 | 33 | 4A | 24 | 12 | 3B | 28 |
| Octal | 242 | 117 | 52 | 0 | 63 | 112 | 44 | 22 | 73 | 50 |
| Binary | 10100010 | 1001111 | 101010 | 0 | 110011 | 1001010 | 100100 | 10010 | 111011 | 101000 |
Color Harmonies of #A24F2A
Complementary color
Monochromatic Colors of #A24F2A
Black with #A24F2A
Text Example
Text Example
White with #A24F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F2A; }
p { color: rgb(162,79,42); }
H1.HeaderClassName
{
color: #A24F2A;
}
.AnyTagClassName
{
color: #A24F2A;
}
</style>
background-color css
<style>
a { background-color: #A24F2A; }
a { background-color: rgb(162,79,42); }
div.DivClassName
{
background-color: #A24F2A;
}
.BgClassName
{
background-color: #A24F2A;
}
</style>
border-color css
<style>
span { border-color: #A24F2A; }
span { border-color: rgb(162,79,42); }
td.TdClassName
{
border-color: #A24F2A;
}
.TagClassName
{
border-color: #A24F2A;
}
</style>