Shades of Golden Brown #A35501
Tints of Golden Brown #A35501
RGB
CMYK
RGB Variations
Color information
#A35501 (or 0xA35501) is known color: Golden Brown. HEX triplet: A3, 55 and 01. RGB value is (163,85,1). Sum of RGB (Red+Green+Blue) = 163+85+1=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A35501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35501 is #5CAAFE. Grayscale: #636363. Windows color (decimal): -6073087 or 87459. OLE color: 87459.
HSL color Cylindrical-coordinate representation of color #A35501: hue angle of 31.11º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A35501 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.36 |
| HSL | 31.11º | 0.99% | 0.32% | - |
| HSV(B) | 31.11º | 0.99% | 0.64% | - |
| XYZ | 18.36 | 14.29 | 1.82 | - |
| YUV | 98.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 1 | 0 | 0.48 | 0.99 | 0.36 | 31.11 | 0.99 | 0.32 |
| Hex | A3 | 55 | 1 | 0 | 30 | 63 | 24 | 1F | 63 | 20 |
| Octal | 243 | 125 | 1 | 0 | 60 | 143 | 44 | 37 | 143 | 40 |
| Binary | 10100011 | 1010101 | 1 | 0 | 110000 | 1100011 | 100100 | 11111 | 1100011 | 100000 |
Color Harmonies of #A35501
Complementary color
Monochromatic Colors of #A35501
Black with #A35501
Text Example
Text Example
White with #A35501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35501; }
p { color: rgb(163,85,1); }
H1.HeaderClassName
{
color: #A35501;
}
.AnyTagClassName
{
color: #A35501;
}
</style>
background-color css
<style>
a { background-color: #A35501; }
a { background-color: rgb(163,85,1); }
div.DivClassName
{
background-color: #A35501;
}
.BgClassName
{
background-color: #A35501;
}
</style>
border-color css
<style>
span { border-color: #A35501; }
span { border-color: rgb(163,85,1); }
td.TdClassName
{
border-color: #A35501;
}
.TagClassName
{
border-color: #A35501;
}
</style>