Shades of Golden Brown #A35D05
Tints of Golden Brown #A35D05
RGB
CMYK
RGB Variations
Color information
#A35D05 (or 0xA35D05) is known color: Golden Brown. HEX triplet: A3, 5D and 05. RGB value is (163,93,5). Sum of RGB (Red+Green+Blue) = 163+93+5=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35D05 is #5CA2FA. Grayscale: #686868. Windows color (decimal): -6071035 or 351651. OLE color: 351651.
HSL color Cylindrical-coordinate representation of color #A35D05: hue angle of 33.42º 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 #A35D05 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.36 |
| HSL | 33.42º | 0.94% | 0.33% | - |
| HSV(B) | 33.42º | 0.97% | 0.64% | - |
| XYZ | 19.05 | 15.63 | 2.16 | - |
| YUV | 103.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 5 | 0 | 0.43 | 0.97 | 0.36 | 33.42 | 0.94 | 0.33 |
| Hex | A3 | 5D | 5 | 0 | 2B | 61 | 24 | 21 | 5E | 21 |
| Octal | 243 | 135 | 5 | 0 | 53 | 141 | 44 | 41 | 136 | 41 |
| Binary | 10100011 | 1011101 | 101 | 0 | 101011 | 1100001 | 100100 | 100001 | 1011110 | 100001 |
Color Harmonies of #A35D05
Complementary color
Monochromatic Colors of #A35D05
Black with #A35D05
Text Example
Text Example
White with #A35D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D05; }
p { color: rgb(163,93,5); }
H1.HeaderClassName
{
color: #A35D05;
}
.AnyTagClassName
{
color: #A35D05;
}
</style>
background-color css
<style>
a { background-color: #A35D05; }
a { background-color: rgb(163,93,5); }
div.DivClassName
{
background-color: #A35D05;
}
.BgClassName
{
background-color: #A35D05;
}
</style>
border-color css
<style>
span { border-color: #A35D05; }
span { border-color: rgb(163,93,5); }
td.TdClassName
{
border-color: #A35D05;
}
.TagClassName
{
border-color: #A35D05;
}
</style>