Shades of Golden Brown #A45500
Tints of Golden Brown #A45500
RGB
CMYK
RGB Variations
Color information
#A45500 (or 0xA45500) is known color: Golden Brown. HEX triplet: A4, 55 and 00. RGB value is (164,85,0). Sum of RGB (Red+Green+Blue) = 164+85+0=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A45500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45500 is #5BAAFF. Grayscale: #636363. Windows color (decimal): -6007552 or 21924. OLE color: 21924.
HSL color Cylindrical-coordinate representation of color #A45500: hue angle of 31.1º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A45500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 85 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.36 |
| HSL | 31.1º | 1% | 0.32% | - |
| HSV(B) | 31.1º | 1% | 0.64% | - |
| XYZ | 18.56 | 14.39 | 1.8 | - |
| YUV | 98.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 0 | 0 | 0.48 | 1 | 0.36 | 31.1 | 1 | 0.32 |
| Hex | A4 | 55 | 0 | 0 | 30 | 64 | 24 | 1F | 64 | 20 |
| Octal | 244 | 125 | 0 | 0 | 60 | 144 | 44 | 37 | 144 | 40 |
| Binary | 10100100 | 1010101 | 0 | 0 | 110000 | 1100100 | 100100 | 11111 | 1100100 | 100000 |
Color Harmonies of #A45500
Complementary color
Monochromatic Colors of #A45500
Black with #A45500
Text Example
Text Example
White with #A45500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45500; }
p { color: rgb(164,85,0); }
H1.HeaderClassName
{
color: #A45500;
}
.AnyTagClassName
{
color: #A45500;
}
</style>
background-color css
<style>
a { background-color: #A45500; }
a { background-color: rgb(164,85,0); }
div.DivClassName
{
background-color: #A45500;
}
.BgClassName
{
background-color: #A45500;
}
</style>
border-color css
<style>
span { border-color: #A45500; }
span { border-color: rgb(164,85,0); }
td.TdClassName
{
border-color: #A45500;
}
.TagClassName
{
border-color: #A45500;
}
</style>