Shades of Golden Brown #A45105
Tints of Golden Brown #A45105
RGB
CMYK
RGB Variations
Color information
#A45105 (or 0xA45105) is known color: Golden Brown. HEX triplet: A4, 51 and 05. RGB value is (164,81,5). Sum of RGB (Red+Green+Blue) = 164+81+5=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A45105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45105 is #5BAEFA. Grayscale: #616161. Windows color (decimal): -6008571 or 348580. OLE color: 348580.
HSL color Cylindrical-coordinate representation of color #A45105: hue angle of 28.68º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A45105 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.36 |
| HSL | 28.68º | 0.94% | 0.33% | - |
| HSV(B) | 28.68º | 0.97% | 0.64% | - |
| XYZ | 18.28 | 13.79 | 1.84 | - |
| YUV | 97.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 5 | 0 | 0.51 | 0.97 | 0.36 | 28.68 | 0.94 | 0.33 |
| Hex | A4 | 51 | 5 | 0 | 33 | 61 | 24 | 1D | 5E | 21 |
| Octal | 244 | 121 | 5 | 0 | 63 | 141 | 44 | 35 | 136 | 41 |
| Binary | 10100100 | 1010001 | 101 | 0 | 110011 | 1100001 | 100100 | 11101 | 1011110 | 100001 |
Color Harmonies of #A45105
Complementary color
Monochromatic Colors of #A45105
Black with #A45105
Text Example
Text Example
White with #A45105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45105; }
p { color: rgb(164,81,5); }
H1.HeaderClassName
{
color: #A45105;
}
.AnyTagClassName
{
color: #A45105;
}
</style>
background-color css
<style>
a { background-color: #A45105; }
a { background-color: rgb(164,81,5); }
div.DivClassName
{
background-color: #A45105;
}
.BgClassName
{
background-color: #A45105;
}
</style>
border-color css
<style>
span { border-color: #A45105; }
span { border-color: rgb(164,81,5); }
td.TdClassName
{
border-color: #A45105;
}
.TagClassName
{
border-color: #A45105;
}
</style>