Shades of Sepia #A65B43
Tints of Sepia #A65B43
RGB
CMYK
RGB Variations
Color information
#A65B43 (or 0xA65B43) is known color: Sepia. HEX triplet: A6, 5B and 43. RGB value is (166,91,67). Sum of RGB (Red+Green+Blue) = 166+91+67=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B43 is #59A4BC. Grayscale: #6E6E6E. Windows color (decimal): -5874877 or 4414374. OLE color: 4414374.
HSL color Cylindrical-coordinate representation of color #A65B43: hue angle of 14.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65B43 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 67 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.35 |
| HSL | 14.55º | 0.42% | 0.46% | - |
| HSV(B) | 14.55º | 0.6% | 0.65% | - |
| XYZ | 20.48 | 15.99 | 7.32 | - |
| YUV | 110.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 67 | 0 | 0.45 | 0.60 | 0.35 | 14.55 | 0.42 | 0.46 |
| Hex | A6 | 5B | 43 | 0 | 2D | 3C | 23 | F | 2A | 2E |
| Octal | 246 | 133 | 103 | 0 | 55 | 74 | 43 | 17 | 52 | 56 |
| Binary | 10100110 | 1011011 | 1000011 | 0 | 101101 | 111100 | 100011 | 1111 | 101010 | 101110 |
Color Harmonies of #A65B43
Complementary color
Monochromatic Colors of #A65B43
Black with #A65B43
Text Example
Text Example
White with #A65B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B43; }
p { color: rgb(166,91,67); }
H1.HeaderClassName
{
color: #A65B43;
}
.AnyTagClassName
{
color: #A65B43;
}
</style>
background-color css
<style>
a { background-color: #A65B43; }
a { background-color: rgb(166,91,67); }
div.DivClassName
{
background-color: #A65B43;
}
.BgClassName
{
background-color: #A65B43;
}
</style>
border-color css
<style>
span { border-color: #A65B43; }
span { border-color: rgb(166,91,67); }
td.TdClassName
{
border-color: #A65B43;
}
.TagClassName
{
border-color: #A65B43;
}
</style>