Shades of Golden Brown #A35805
Tints of Golden Brown #A35805
RGB
CMYK
RGB Variations
Color information
#A35805 (or 0xA35805) is known color: Golden Brown. HEX triplet: A3, 58 and 05. RGB value is (163,88,5). Sum of RGB (Red+Green+Blue) = 163+88+5=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A35805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35805 is #5CA7FA. Grayscale: #656565. Windows color (decimal): -6072315 or 350371. OLE color: 350371.
HSL color Cylindrical-coordinate representation of color #A35805: hue angle of 31.52º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A35805 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.36 |
| HSL | 31.52º | 0.94% | 0.33% | - |
| HSV(B) | 31.52º | 0.97% | 0.64% | - |
| XYZ | 18.62 | 14.78 | 2.01 | - |
| YUV | 100.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 5 | 0 | 0.46 | 0.97 | 0.36 | 31.52 | 0.94 | 0.33 |
| Hex | A3 | 58 | 5 | 0 | 2E | 61 | 24 | 20 | 5E | 21 |
| Octal | 243 | 130 | 5 | 0 | 56 | 141 | 44 | 40 | 136 | 41 |
| Binary | 10100011 | 1011000 | 101 | 0 | 101110 | 1100001 | 100100 | 100000 | 1011110 | 100001 |
Color Harmonies of #A35805
Complementary color
Monochromatic Colors of #A35805
Black with #A35805
Text Example
Text Example
White with #A35805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35805; }
p { color: rgb(163,88,5); }
H1.HeaderClassName
{
color: #A35805;
}
.AnyTagClassName
{
color: #A35805;
}
</style>
background-color css
<style>
a { background-color: #A35805; }
a { background-color: rgb(163,88,5); }
div.DivClassName
{
background-color: #A35805;
}
.BgClassName
{
background-color: #A35805;
}
</style>
border-color css
<style>
span { border-color: #A35805; }
span { border-color: rgb(163,88,5); }
td.TdClassName
{
border-color: #A35805;
}
.TagClassName
{
border-color: #A35805;
}
</style>