Shades of Golden Brown #A45D10
Tints of Golden Brown #A45D10
RGB
CMYK
RGB Variations
Color information
#A45D10 (or 0xA45D10) is known color: Golden Brown. HEX triplet: A4, 5D and 10. RGB value is (164,93,16). Sum of RGB (Red+Green+Blue) = 164+93+16=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45D10 is #5BA2EF. Grayscale: #696969. Windows color (decimal): -6005488 or 1072548. OLE color: 1072548.
HSL color Cylindrical-coordinate representation of color #A45D10: hue angle of 31.22º 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 #A45D10 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 16 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.36 |
| HSL | 31.22º | 0.82% | 0.35% | - |
| HSV(B) | 31.22º | 0.9% | 0.64% | - |
| XYZ | 19.32 | 15.76 | 2.51 | - |
| YUV | 105.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 16 | 0 | 0.43 | 0.90 | 0.36 | 31.22 | 0.82 | 0.35 |
| Hex | A4 | 5D | 10 | 0 | 2B | 5A | 24 | 1F | 52 | 23 |
| Octal | 244 | 135 | 20 | 0 | 53 | 132 | 44 | 37 | 122 | 43 |
| Binary | 10100100 | 1011101 | 10000 | 0 | 101011 | 1011010 | 100100 | 11111 | 1010010 | 100011 |
Color Harmonies of #A45D10
Complementary color
Monochromatic Colors of #A45D10
Black with #A45D10
Text Example
Text Example
White with #A45D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D10; }
p { color: rgb(164,93,16); }
H1.HeaderClassName
{
color: #A45D10;
}
.AnyTagClassName
{
color: #A45D10;
}
</style>
background-color css
<style>
a { background-color: #A45D10; }
a { background-color: rgb(164,93,16); }
div.DivClassName
{
background-color: #A45D10;
}
.BgClassName
{
background-color: #A45D10;
}
</style>
border-color css
<style>
span { border-color: #A45D10; }
span { border-color: rgb(164,93,16); }
td.TdClassName
{
border-color: #A45D10;
}
.TagClassName
{
border-color: #A45D10;
}
</style>