Shades of Golden Brown #A35A10
Tints of Golden Brown #A35A10
RGB
CMYK
RGB Variations
Color information
#A35A10 (or 0xA35A10) is known color: Golden Brown. HEX triplet: A3, 5A and 10. RGB value is (163,90,16). Sum of RGB (Red+Green+Blue) = 163+90+16=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A10 is #5CA5EF. Grayscale: #676767. Windows color (decimal): -6071792 or 1071779. OLE color: 1071779.
HSL color Cylindrical-coordinate representation of color #A35A10: hue angle of 30.2º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A35A10 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 16 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.36 |
| HSL | 30.2º | 0.82% | 0.35% | - |
| HSV(B) | 30.2º | 0.9% | 0.64% | - |
| XYZ | 18.85 | 15.14 | 2.42 | - |
| YUV | 103.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 16 | 0 | 0.45 | 0.90 | 0.36 | 30.2 | 0.82 | 0.35 |
| Hex | A3 | 5A | 10 | 0 | 2D | 5A | 24 | 1E | 52 | 23 |
| Octal | 243 | 132 | 20 | 0 | 55 | 132 | 44 | 36 | 122 | 43 |
| Binary | 10100011 | 1011010 | 10000 | 0 | 101101 | 1011010 | 100100 | 11110 | 1010010 | 100011 |
Color Harmonies of #A35A10
Complementary color
Monochromatic Colors of #A35A10
Black with #A35A10
Text Example
Text Example
White with #A35A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A10; }
p { color: rgb(163,90,16); }
H1.HeaderClassName
{
color: #A35A10;
}
.AnyTagClassName
{
color: #A35A10;
}
</style>
background-color css
<style>
a { background-color: #A35A10; }
a { background-color: rgb(163,90,16); }
div.DivClassName
{
background-color: #A35A10;
}
.BgClassName
{
background-color: #A35A10;
}
</style>
border-color css
<style>
span { border-color: #A35A10; }
span { border-color: rgb(163,90,16); }
td.TdClassName
{
border-color: #A35A10;
}
.TagClassName
{
border-color: #A35A10;
}
</style>