Shades of Saddle Brown #A04602
Tints of Saddle Brown #A04602
RGB
CMYK
RGB Variations
Color information
#A04602 (or 0xA04602) is known color: Saddle Brown. HEX triplet: A0, 46 and 02. RGB value is (160,70,2). Sum of RGB (Red+Green+Blue) = 160+70+2=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A04602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04602 is #5FB9FD. Grayscale: #595959. Windows color (decimal): -6273534 or 149152. OLE color: 149152.
HSL color Cylindrical-coordinate representation of color #A04602: hue angle of 25.82º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A04602 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.37 |
| HSL | 25.82º | 0.98% | 0.32% | - |
| HSV(B) | 25.82º | 0.99% | 0.63% | - |
| XYZ | 16.7 | 11.86 | 1.47 | - |
| YUV | 89.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 2 | 0 | 0.56 | 0.99 | 0.37 | 25.82 | 0.98 | 0.32 |
| Hex | A0 | 46 | 2 | 0 | 38 | 63 | 25 | 1A | 62 | 20 |
| Octal | 240 | 106 | 2 | 0 | 70 | 143 | 45 | 32 | 142 | 40 |
| Binary | 10100000 | 1000110 | 10 | 0 | 111000 | 1100011 | 100101 | 11010 | 1100010 | 100000 |
Color Harmonies of #A04602
Complementary color
Monochromatic Colors of #A04602
Black with #A04602
Text Example
Text Example
White with #A04602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04602; }
p { color: rgb(160,70,2); }
H1.HeaderClassName
{
color: #A04602;
}
.AnyTagClassName
{
color: #A04602;
}
</style>
background-color css
<style>
a { background-color: #A04602; }
a { background-color: rgb(160,70,2); }
div.DivClassName
{
background-color: #A04602;
}
.BgClassName
{
background-color: #A04602;
}
</style>
border-color css
<style>
span { border-color: #A04602; }
span { border-color: rgb(160,70,2); }
td.TdClassName
{
border-color: #A04602;
}
.TagClassName
{
border-color: #A04602;
}
</style>