Shades of Golden Brown #A45406
Tints of Golden Brown #A45406
RGB
CMYK
RGB Variations
Color information
#A45406 (or 0xA45406) is known color: Golden Brown. HEX triplet: A4, 54 and 06. RGB value is (164,84,6). Sum of RGB (Red+Green+Blue) = 164+84+6=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A45406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45406 is #5BABF9. Grayscale: #636363. Windows color (decimal): -6007802 or 414884. OLE color: 414884.
HSL color Cylindrical-coordinate representation of color #A45406: hue angle of 29.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A45406 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 6 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.36 |
| HSL | 29.62º | 0.93% | 0.33% | - |
| HSV(B) | 29.62º | 0.96% | 0.64% | - |
| XYZ | 18.51 | 14.25 | 1.95 | - |
| YUV | 99.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 6 | 0 | 0.49 | 0.96 | 0.36 | 29.62 | 0.93 | 0.33 |
| Hex | A4 | 54 | 6 | 0 | 31 | 60 | 24 | 1E | 5D | 21 |
| Octal | 244 | 124 | 6 | 0 | 61 | 140 | 44 | 36 | 135 | 41 |
| Binary | 10100100 | 1010100 | 110 | 0 | 110001 | 1100000 | 100100 | 11110 | 1011101 | 100001 |
Color Harmonies of #A45406
Complementary color
Monochromatic Colors of #A45406
Black with #A45406
Text Example
Text Example
White with #A45406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45406; }
p { color: rgb(164,84,6); }
H1.HeaderClassName
{
color: #A45406;
}
.AnyTagClassName
{
color: #A45406;
}
</style>
background-color css
<style>
a { background-color: #A45406; }
a { background-color: rgb(164,84,6); }
div.DivClassName
{
background-color: #A45406;
}
.BgClassName
{
background-color: #A45406;
}
</style>
border-color css
<style>
span { border-color: #A45406; }
span { border-color: rgb(164,84,6); }
td.TdClassName
{
border-color: #A45406;
}
.TagClassName
{
border-color: #A45406;
}
</style>