Shades of Golden Brown #A45E01
Tints of Golden Brown #A45E01
RGB
CMYK
RGB Variations
Color information
#A45E01 (or 0xA45E01) is known color: Golden Brown. HEX triplet: A4, 5E and 01. RGB value is (164,94,1). Sum of RGB (Red+Green+Blue) = 164+94+1=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45E01 is #5BA1FE. Grayscale: #686868. Windows color (decimal): -6005247 or 89764. OLE color: 89764.
HSL color Cylindrical-coordinate representation of color #A45E01: hue angle of 34.23º 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 #A45E01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.36 |
| HSL | 34.23º | 0.99% | 0.32% | - |
| HSV(B) | 34.23º | 0.99% | 0.64% | - |
| XYZ | 19.32 | 15.9 | 2.08 | - |
| YUV | 104.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 1 | 0 | 0.43 | 0.99 | 0.36 | 34.23 | 0.99 | 0.32 |
| Hex | A4 | 5E | 1 | 0 | 2B | 63 | 24 | 22 | 63 | 20 |
| Octal | 244 | 136 | 1 | 0 | 53 | 143 | 44 | 42 | 143 | 40 |
| Binary | 10100100 | 1011110 | 1 | 0 | 101011 | 1100011 | 100100 | 100010 | 1100011 | 100000 |
Color Harmonies of #A45E01
Complementary color
Monochromatic Colors of #A45E01
Black with #A45E01
Text Example
Text Example
White with #A45E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E01; }
p { color: rgb(164,94,1); }
H1.HeaderClassName
{
color: #A45E01;
}
.AnyTagClassName
{
color: #A45E01;
}
</style>
background-color css
<style>
a { background-color: #A45E01; }
a { background-color: rgb(164,94,1); }
div.DivClassName
{
background-color: #A45E01;
}
.BgClassName
{
background-color: #A45E01;
}
</style>
border-color css
<style>
span { border-color: #A45E01; }
span { border-color: rgb(164,94,1); }
td.TdClassName
{
border-color: #A45E01;
}
.TagClassName
{
border-color: #A45E01;
}
</style>