Shades of Sepia #A45B45
Tints of Sepia #A45B45
RGB
CMYK
RGB Variations
Color information
#A45B45 (or 0xA45B45) is known color: Sepia. HEX triplet: A4, 5B and 45. RGB value is (164,91,69). Sum of RGB (Red+Green+Blue) = 164+91+69=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B45 is #5BA4BA. Grayscale: #6E6E6E. Windows color (decimal): -6005947 or 4545444. OLE color: 4545444.
HSL color Cylindrical-coordinate representation of color #A45B45: hue angle of 13.89º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45B45 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 69 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.36 |
| HSL | 13.89º | 0.41% | 0.46% | - |
| HSV(B) | 13.89º | 0.58% | 0.64% | - |
| XYZ | 20.13 | 15.8 | 7.62 | - |
| YUV | 110.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 69 | 0 | 0.45 | 0.58 | 0.36 | 13.89 | 0.41 | 0.46 |
| Hex | A4 | 5B | 45 | 0 | 2D | 3A | 24 | E | 29 | 2E |
| Octal | 244 | 133 | 105 | 0 | 55 | 72 | 44 | 16 | 51 | 56 |
| Binary | 10100100 | 1011011 | 1000101 | 0 | 101101 | 111010 | 100100 | 1110 | 101001 | 101110 |
Color Harmonies of #A45B45
Complementary color
Monochromatic Colors of #A45B45
Black with #A45B45
Text Example
Text Example
White with #A45B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B45; }
p { color: rgb(164,91,69); }
H1.HeaderClassName
{
color: #A45B45;
}
.AnyTagClassName
{
color: #A45B45;
}
</style>
background-color css
<style>
a { background-color: #A45B45; }
a { background-color: rgb(164,91,69); }
div.DivClassName
{
background-color: #A45B45;
}
.BgClassName
{
background-color: #A45B45;
}
</style>
border-color css
<style>
span { border-color: #A45B45; }
span { border-color: rgb(164,91,69); }
td.TdClassName
{
border-color: #A45B45;
}
.TagClassName
{
border-color: #A45B45;
}
</style>