Shades of Golden Brown #A65A10
Tints of Golden Brown #A65A10
RGB
CMYK
RGB Variations
Color information
#A65A10 (or 0xA65A10) is known color: Golden Brown. HEX triplet: A6, 5A and 10. RGB value is (166,90,16). Sum of RGB (Red+Green+Blue) = 166+90+16=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65A10 is #59A5EF. Grayscale: #686868. Windows color (decimal): -5875184 or 1071782. OLE color: 1071782.
HSL color Cylindrical-coordinate representation of color #A65A10: hue angle of 29.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A65A10 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 16 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.35 |
| HSL | 29.6º | 0.82% | 0.36% | - |
| HSV(B) | 29.6º | 0.9% | 0.65% | - |
| XYZ | 19.48 | 15.46 | 2.45 | - |
| YUV | 104.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 16 | 0 | 0.46 | 0.90 | 0.35 | 29.6 | 0.82 | 0.36 |
| Hex | A6 | 5A | 10 | 0 | 2E | 5A | 23 | 1E | 52 | 24 |
| Octal | 246 | 132 | 20 | 0 | 56 | 132 | 43 | 36 | 122 | 44 |
| Binary | 10100110 | 1011010 | 10000 | 0 | 101110 | 1011010 | 100011 | 11110 | 1010010 | 100100 |
Color Harmonies of #A65A10
Complementary color
Monochromatic Colors of #A65A10
Black with #A65A10
Text Example
Text Example
White with #A65A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A10; }
p { color: rgb(166,90,16); }
H1.HeaderClassName
{
color: #A65A10;
}
.AnyTagClassName
{
color: #A65A10;
}
</style>
background-color css
<style>
a { background-color: #A65A10; }
a { background-color: rgb(166,90,16); }
div.DivClassName
{
background-color: #A65A10;
}
.BgClassName
{
background-color: #A65A10;
}
</style>
border-color css
<style>
span { border-color: #A65A10; }
span { border-color: rgb(166,90,16); }
td.TdClassName
{
border-color: #A65A10;
}
.TagClassName
{
border-color: #A65A10;
}
</style>