Shades of Golden Brown #A35C05
Tints of Golden Brown #A35C05
RGB
CMYK
RGB Variations
Color information
#A35C05 (or 0xA35C05) is known color: Golden Brown. HEX triplet: A3, 5C and 05. RGB value is (163,92,5). Sum of RGB (Red+Green+Blue) = 163+92+5=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C05 is #5CA3FA. Grayscale: #676767. Windows color (decimal): -6071291 or 351395. OLE color: 351395.
HSL color Cylindrical-coordinate representation of color #A35C05: hue angle of 33.04º 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 #A35C05 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.36 |
| HSL | 33.04º | 0.94% | 0.33% | - |
| HSV(B) | 33.04º | 0.97% | 0.64% | - |
| XYZ | 18.96 | 15.45 | 2.13 | - |
| YUV | 103.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 5 | 0 | 0.44 | 0.97 | 0.36 | 33.04 | 0.94 | 0.33 |
| Hex | A3 | 5C | 5 | 0 | 2C | 61 | 24 | 21 | 5E | 21 |
| Octal | 243 | 134 | 5 | 0 | 54 | 141 | 44 | 41 | 136 | 41 |
| Binary | 10100011 | 1011100 | 101 | 0 | 101100 | 1100001 | 100100 | 100001 | 1011110 | 100001 |
Color Harmonies of #A35C05
Complementary color
Monochromatic Colors of #A35C05
Black with #A35C05
Text Example
Text Example
White with #A35C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C05; }
p { color: rgb(163,92,5); }
H1.HeaderClassName
{
color: #A35C05;
}
.AnyTagClassName
{
color: #A35C05;
}
</style>
background-color css
<style>
a { background-color: #A35C05; }
a { background-color: rgb(163,92,5); }
div.DivClassName
{
background-color: #A35C05;
}
.BgClassName
{
background-color: #A35C05;
}
</style>
border-color css
<style>
span { border-color: #A35C05; }
span { border-color: rgb(163,92,5); }
td.TdClassName
{
border-color: #A35C05;
}
.TagClassName
{
border-color: #A35C05;
}
</style>