Shades of Sepia #A45A44
Tints of Sepia #A45A44
RGB
CMYK
RGB Variations
Color information
#A45A44 (or 0xA45A44) is known color: Sepia. HEX triplet: A4, 5A and 44. RGB value is (164,90,68). Sum of RGB (Red+Green+Blue) = 164+90+68=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A44 is #5BA5BB. Grayscale: #6D6D6D. Windows color (decimal): -6006204 or 4479652. OLE color: 4479652.
HSL color Cylindrical-coordinate representation of color #A45A44: hue angle of 13.75º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45A44 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 68 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.36 |
| HSL | 13.75º | 0.41% | 0.45% | - |
| HSV(B) | 13.75º | 0.59% | 0.64% | - |
| XYZ | 20.01 | 15.62 | 7.43 | - |
| YUV | 109.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 68 | 0 | 0.45 | 0.59 | 0.36 | 13.75 | 0.41 | 0.45 |
| Hex | A4 | 5A | 44 | 0 | 2D | 3B | 24 | E | 29 | 2D |
| Octal | 244 | 132 | 104 | 0 | 55 | 73 | 44 | 16 | 51 | 55 |
| Binary | 10100100 | 1011010 | 1000100 | 0 | 101101 | 111011 | 100100 | 1110 | 101001 | 101101 |
Color Harmonies of #A45A44
Complementary color
Monochromatic Colors of #A45A44
Black with #A45A44
Text Example
Text Example
White with #A45A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A44; }
p { color: rgb(164,90,68); }
H1.HeaderClassName
{
color: #A45A44;
}
.AnyTagClassName
{
color: #A45A44;
}
</style>
background-color css
<style>
a { background-color: #A45A44; }
a { background-color: rgb(164,90,68); }
div.DivClassName
{
background-color: #A45A44;
}
.BgClassName
{
background-color: #A45A44;
}
</style>
border-color css
<style>
span { border-color: #A45A44; }
span { border-color: rgb(164,90,68); }
td.TdClassName
{
border-color: #A45A44;
}
.TagClassName
{
border-color: #A45A44;
}
</style>