Shades of Saddle Brown #A35006
Tints of Saddle Brown #A35006
RGB
CMYK
RGB Variations
Color information
#A35006 (or 0xA35006) is known color: Saddle Brown. HEX triplet: A3, 50 and 06. RGB value is (163,80,6). Sum of RGB (Red+Green+Blue) = 163+80+6=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A35006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35006 is #5CAFF9. Grayscale: #606060. Windows color (decimal): -6074362 or 413859. OLE color: 413859.
HSL color Cylindrical-coordinate representation of color #A35006: hue angle of 28.28º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A35006 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 6 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.36 |
| HSL | 28.28º | 0.93% | 0.33% | - |
| HSV(B) | 28.28º | 0.96% | 0.64% | - |
| XYZ | 18.01 | 13.54 | 1.84 | - |
| YUV | 96.38 | 77 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 6 | 0 | 0.51 | 0.96 | 0.36 | 28.28 | 0.93 | 0.33 |
| Hex | A3 | 50 | 6 | 0 | 33 | 60 | 24 | 1C | 5D | 21 |
| Octal | 243 | 120 | 6 | 0 | 63 | 140 | 44 | 34 | 135 | 41 |
| Binary | 10100011 | 1010000 | 110 | 0 | 110011 | 1100000 | 100100 | 11100 | 1011101 | 100001 |
Color Harmonies of #A35006
Complementary color
Monochromatic Colors of #A35006
Black with #A35006
Text Example
Text Example
White with #A35006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35006; }
p { color: rgb(163,80,6); }
H1.HeaderClassName
{
color: #A35006;
}
.AnyTagClassName
{
color: #A35006;
}
</style>
background-color css
<style>
a { background-color: #A35006; }
a { background-color: rgb(163,80,6); }
div.DivClassName
{
background-color: #A35006;
}
.BgClassName
{
background-color: #A35006;
}
</style>
border-color css
<style>
span { border-color: #A35006; }
span { border-color: rgb(163,80,6); }
td.TdClassName
{
border-color: #A35006;
}
.TagClassName
{
border-color: #A35006;
}
</style>