Shades of Golden Brown #A45A0D
Tints of Golden Brown #A45A0D
RGB
CMYK
RGB Variations
Color information
#A45A0D (or 0xA45A0D) is known color: Golden Brown. HEX triplet: A4, 5A and 0D. RGB value is (164,90,13). Sum of RGB (Red+Green+Blue) = 164+90+13=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A0D is #5BA5F2. Grayscale: #676767. Windows color (decimal): -6006259 or 875172. OLE color: 875172.
HSL color Cylindrical-coordinate representation of color #A45A0D: hue angle of 30.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A45A0D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.36 |
| HSL | 30.6º | 0.85% | 0.35% | - |
| HSV(B) | 30.6º | 0.92% | 0.64% | - |
| XYZ | 19.04 | 15.23 | 2.32 | - |
| YUV | 103.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 13 | 0 | 0.45 | 0.92 | 0.36 | 30.6 | 0.85 | 0.35 |
| Hex | A4 | 5A | D | 0 | 2D | 5C | 24 | 1F | 55 | 23 |
| Octal | 244 | 132 | 15 | 0 | 55 | 134 | 44 | 37 | 125 | 43 |
| Binary | 10100100 | 1011010 | 1101 | 0 | 101101 | 1011100 | 100100 | 11111 | 1010101 | 100011 |
Color Harmonies of #A45A0D
Complementary color
Monochromatic Colors of #A45A0D
Black with #A45A0D
Text Example
Text Example
White with #A45A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A0D; }
p { color: rgb(164,90,13); }
H1.HeaderClassName
{
color: #A45A0D;
}
.AnyTagClassName
{
color: #A45A0D;
}
</style>
background-color css
<style>
a { background-color: #A45A0D; }
a { background-color: rgb(164,90,13); }
div.DivClassName
{
background-color: #A45A0D;
}
.BgClassName
{
background-color: #A45A0D;
}
</style>
border-color css
<style>
span { border-color: #A45A0D; }
span { border-color: rgb(164,90,13); }
td.TdClassName
{
border-color: #A45A0D;
}
.TagClassName
{
border-color: #A45A0D;
}
</style>