Shades of Sienna #A4552C
Tints of Sienna #A4552C
RGB
CMYK
RGB Variations
Color information
#A4552C (or 0xA4552C) is known color: Sienna. HEX triplet: A4, 55 and 2C. RGB value is (164,85,44). Sum of RGB (Red+Green+Blue) = 164+85+44=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4552C is #5BAAD3. Grayscale: #686868. Windows color (decimal): -6007508 or 2905508. OLE color: 2905508.
HSL color Cylindrical-coordinate representation of color #A4552C: hue angle of 20.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4552C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 44 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.36 |
| HSL | 20.5º | 0.58% | 0.41% | - |
| HSV(B) | 20.5º | 0.73% | 0.64% | - |
| XYZ | 19.01 | 14.57 | 4.19 | - |
| YUV | 103.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 44 | 0 | 0.48 | 0.73 | 0.36 | 20.5 | 0.58 | 0.41 |
| Hex | A4 | 55 | 2C | 0 | 30 | 49 | 24 | 14 | 3A | 29 |
| Octal | 244 | 125 | 54 | 0 | 60 | 111 | 44 | 24 | 72 | 51 |
| Binary | 10100100 | 1010101 | 101100 | 0 | 110000 | 1001001 | 100100 | 10100 | 111010 | 101001 |
Color Harmonies of #A4552C
Complementary color
Monochromatic Colors of #A4552C
Black with #A4552C
Text Example
Text Example
White with #A4552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4552C; }
p { color: rgb(164,85,44); }
H1.HeaderClassName
{
color: #A4552C;
}
.AnyTagClassName
{
color: #A4552C;
}
</style>
background-color css
<style>
a { background-color: #A4552C; }
a { background-color: rgb(164,85,44); }
div.DivClassName
{
background-color: #A4552C;
}
.BgClassName
{
background-color: #A4552C;
}
</style>
border-color css
<style>
span { border-color: #A4552C; }
span { border-color: rgb(164,85,44); }
td.TdClassName
{
border-color: #A4552C;
}
.TagClassName
{
border-color: #A4552C;
}
</style>