Shades of Golden Brown #A45E11
Tints of Golden Brown #A45E11
RGB
CMYK
RGB Variations
Color information
#A45E11 (or 0xA45E11) is known color: Golden Brown. HEX triplet: A4, 5E and 11. RGB value is (164,94,17). Sum of RGB (Red+Green+Blue) = 164+94+17=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45E11 is #5BA1EE. Grayscale: #6A6A6A. Windows color (decimal): -6005231 or 1138340. OLE color: 1138340.
HSL color Cylindrical-coordinate representation of color #A45E11: hue angle of 31.43º degrees, saturation: 0.81, 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 #A45E11 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 17 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.36 |
| HSL | 31.43º | 0.81% | 0.35% | - |
| HSV(B) | 31.43º | 0.9% | 0.64% | - |
| XYZ | 19.41 | 15.94 | 2.58 | - |
| YUV | 106.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 17 | 0 | 0.43 | 0.90 | 0.36 | 31.43 | 0.81 | 0.35 |
| Hex | A4 | 5E | 11 | 0 | 2B | 5A | 24 | 1F | 51 | 23 |
| Octal | 244 | 136 | 21 | 0 | 53 | 132 | 44 | 37 | 121 | 43 |
| Binary | 10100100 | 1011110 | 10001 | 0 | 101011 | 1011010 | 100100 | 11111 | 1010001 | 100011 |
Color Harmonies of #A45E11
Complementary color
Monochromatic Colors of #A45E11
Black with #A45E11
Text Example
Text Example
White with #A45E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E11; }
p { color: rgb(164,94,17); }
H1.HeaderClassName
{
color: #A45E11;
}
.AnyTagClassName
{
color: #A45E11;
}
</style>
background-color css
<style>
a { background-color: #A45E11; }
a { background-color: rgb(164,94,17); }
div.DivClassName
{
background-color: #A45E11;
}
.BgClassName
{
background-color: #A45E11;
}
</style>
border-color css
<style>
span { border-color: #A45E11; }
span { border-color: rgb(164,94,17); }
td.TdClassName
{
border-color: #A45E11;
}
.TagClassName
{
border-color: #A45E11;
}
</style>