Shades of Golden Brown #A46504
Tints of Golden Brown #A46504
RGB
CMYK
RGB Variations
Color information
#A46504 (or 0xA46504) is known color: Golden Brown. HEX triplet: A4, 65 and 04. RGB value is (164,101,4). Sum of RGB (Red+Green+Blue) = 164+101+4=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A46504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46504 is #5B9AFB. Grayscale: #6D6D6D. Windows color (decimal): -6003452 or 288164. OLE color: 288164.
HSL color Cylindrical-coordinate representation of color #A46504: hue angle of 36.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A46504 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.36 |
| HSL | 36.38º | 0.95% | 0.33% | - |
| HSV(B) | 36.38º | 0.98% | 0.64% | - |
| XYZ | 19.99 | 17.21 | 2.38 | - |
| YUV | 108.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 4 | 0 | 0.38 | 0.98 | 0.36 | 36.38 | 0.95 | 0.33 |
| Hex | A4 | 65 | 4 | 0 | 26 | 62 | 24 | 24 | 5F | 21 |
| Octal | 244 | 145 | 4 | 0 | 46 | 142 | 44 | 44 | 137 | 41 |
| Binary | 10100100 | 1100101 | 100 | 0 | 100110 | 1100010 | 100100 | 100100 | 1011111 | 100001 |
Color Harmonies of #A46504
Complementary color
Monochromatic Colors of #A46504
Black with #A46504
Text Example
Text Example
White with #A46504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46504; }
p { color: rgb(164,101,4); }
H1.HeaderClassName
{
color: #A46504;
}
.AnyTagClassName
{
color: #A46504;
}
</style>
background-color css
<style>
a { background-color: #A46504; }
a { background-color: rgb(164,101,4); }
div.DivClassName
{
background-color: #A46504;
}
.BgClassName
{
background-color: #A46504;
}
</style>
border-color css
<style>
span { border-color: #A46504; }
span { border-color: rgb(164,101,4); }
td.TdClassName
{
border-color: #A46504;
}
.TagClassName
{
border-color: #A46504;
}
</style>