Shades of Sienna #A2552D
Tints of Sienna #A2552D
RGB
CMYK
RGB Variations
Color information
#A2552D (or 0xA2552D) is known color: Sienna. HEX triplet: A2, 55 and 2D. RGB value is (162,85,45). Sum of RGB (Red+Green+Blue) = 162+85+45=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2552D is #5DAAD2. Grayscale: #676767. Windows color (decimal): -6138579 or 2971042. OLE color: 2971042.
HSL color Cylindrical-coordinate representation of color #A2552D: hue angle of 20.51º degrees, saturation: 0.57, 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 #A2552D is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 45 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.36 |
| HSL | 20.51º | 0.57% | 0.41% | - |
| HSV(B) | 20.51º | 0.72% | 0.64% | - |
| XYZ | 18.62 | 14.37 | 4.27 | - |
| YUV | 103.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 45 | 0 | 0.48 | 0.72 | 0.36 | 20.51 | 0.57 | 0.41 |
| Hex | A2 | 55 | 2D | 0 | 30 | 48 | 24 | 15 | 39 | 29 |
| Octal | 242 | 125 | 55 | 0 | 60 | 110 | 44 | 25 | 71 | 51 |
| Binary | 10100010 | 1010101 | 101101 | 0 | 110000 | 1001000 | 100100 | 10101 | 111001 | 101001 |
Color Harmonies of #A2552D
Complementary color
Monochromatic Colors of #A2552D
Black with #A2552D
Text Example
Text Example
White with #A2552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2552D; }
p { color: rgb(162,85,45); }
H1.HeaderClassName
{
color: #A2552D;
}
.AnyTagClassName
{
color: #A2552D;
}
</style>
background-color css
<style>
a { background-color: #A2552D; }
a { background-color: rgb(162,85,45); }
div.DivClassName
{
background-color: #A2552D;
}
.BgClassName
{
background-color: #A2552D;
}
</style>
border-color css
<style>
span { border-color: #A2552D; }
span { border-color: rgb(162,85,45); }
td.TdClassName
{
border-color: #A2552D;
}
.TagClassName
{
border-color: #A2552D;
}
</style>