Shades of Sepia #A55A3F
Tints of Sepia #A55A3F
RGB
CMYK
RGB Variations
Color information
#A55A3F (or 0xA55A3F) is known color: Sepia. HEX triplet: A5, 5A and 3F. RGB value is (165,90,63). Sum of RGB (Red+Green+Blue) = 165+90+63=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A3F is #5AA5C0. Grayscale: #6D6D6D. Windows color (decimal): -5940673 or 4151973. OLE color: 4151973.
HSL color Cylindrical-coordinate representation of color #A55A3F: hue angle of 15.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55A3F is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 63 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.35 |
| HSL | 15.88º | 0.45% | 0.45% | - |
| HSV(B) | 15.88º | 0.62% | 0.65% | - |
| XYZ | 20.07 | 15.67 | 6.67 | - |
| YUV | 109.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 63 | 0 | 0.45 | 0.62 | 0.35 | 15.88 | 0.45 | 0.45 |
| Hex | A5 | 5A | 3F | 0 | 2D | 3E | 23 | 10 | 2D | 2D |
| Octal | 245 | 132 | 77 | 0 | 55 | 76 | 43 | 20 | 55 | 55 |
| Binary | 10100101 | 1011010 | 111111 | 0 | 101101 | 111110 | 100011 | 10000 | 101101 | 101101 |
Color Harmonies of #A55A3F
Complementary color
Monochromatic Colors of #A55A3F
Black with #A55A3F
Text Example
Text Example
White with #A55A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A3F; }
p { color: rgb(165,90,63); }
H1.HeaderClassName
{
color: #A55A3F;
}
.AnyTagClassName
{
color: #A55A3F;
}
</style>
background-color css
<style>
a { background-color: #A55A3F; }
a { background-color: rgb(165,90,63); }
div.DivClassName
{
background-color: #A55A3F;
}
.BgClassName
{
background-color: #A55A3F;
}
</style>
border-color css
<style>
span { border-color: #A55A3F; }
span { border-color: rgb(165,90,63); }
td.TdClassName
{
border-color: #A55A3F;
}
.TagClassName
{
border-color: #A55A3F;
}
</style>