Shades of Sepia #A45A3F
Tints of Sepia #A45A3F
RGB
CMYK
RGB Variations
Color information
#A45A3F (or 0xA45A3F) is known color: Sepia. HEX triplet: A4, 5A and 3F. RGB value is (164,90,63). Sum of RGB (Red+Green+Blue) = 164+90+63=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A3F is #5BA5C0. Grayscale: #6D6D6D. Windows color (decimal): -6006209 or 4151972. OLE color: 4151972.
HSL color Cylindrical-coordinate representation of color #A45A3F: hue angle of 16.04º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45A3F is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 63 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.36 |
| HSL | 16.04º | 0.44% | 0.45% | - |
| HSV(B) | 16.04º | 0.62% | 0.64% | - |
| XYZ | 19.86 | 15.56 | 6.66 | - |
| YUV | 109.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 63 | 0 | 0.45 | 0.62 | 0.36 | 16.04 | 0.44 | 0.45 |
| Hex | A4 | 5A | 3F | 0 | 2D | 3E | 24 | 10 | 2C | 2D |
| Octal | 244 | 132 | 77 | 0 | 55 | 76 | 44 | 20 | 54 | 55 |
| Binary | 10100100 | 1011010 | 111111 | 0 | 101101 | 111110 | 100100 | 10000 | 101100 | 101101 |
Color Harmonies of #A45A3F
Complementary color
Monochromatic Colors of #A45A3F
Black with #A45A3F
Text Example
Text Example
White with #A45A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A3F; }
p { color: rgb(164,90,63); }
H1.HeaderClassName
{
color: #A45A3F;
}
.AnyTagClassName
{
color: #A45A3F;
}
</style>
background-color css
<style>
a { background-color: #A45A3F; }
a { background-color: rgb(164,90,63); }
div.DivClassName
{
background-color: #A45A3F;
}
.BgClassName
{
background-color: #A45A3F;
}
</style>
border-color css
<style>
span { border-color: #A45A3F; }
span { border-color: rgb(164,90,63); }
td.TdClassName
{
border-color: #A45A3F;
}
.TagClassName
{
border-color: #A45A3F;
}
</style>