Shades of Golden Brown #A45A0C
Tints of Golden Brown #A45A0C
RGB
CMYK
RGB Variations
Color information
#A45A0C (or 0xA45A0C) is known color: Golden Brown. HEX triplet: A4, 5A and 0C. RGB value is (164,90,12). Sum of RGB (Red+Green+Blue) = 164+90+12=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A0C is #5BA5F3. Grayscale: #676767. Windows color (decimal): -6006260 or 809636. OLE color: 809636.
HSL color Cylindrical-coordinate representation of color #A45A0C: hue angle of 30.79º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A45A0C is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 12 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.36 |
| HSL | 30.79º | 0.86% | 0.35% | - |
| HSV(B) | 30.79º | 0.93% | 0.64% | - |
| XYZ | 19.03 | 15.23 | 2.28 | - |
| YUV | 103.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 12 | 0 | 0.45 | 0.93 | 0.36 | 30.79 | 0.86 | 0.35 |
| Hex | A4 | 5A | C | 0 | 2D | 5D | 24 | 1F | 56 | 23 |
| Octal | 244 | 132 | 14 | 0 | 55 | 135 | 44 | 37 | 126 | 43 |
| Binary | 10100100 | 1011010 | 1100 | 0 | 101101 | 1011101 | 100100 | 11111 | 1010110 | 100011 |
Color Harmonies of #A45A0C
Complementary color
Monochromatic Colors of #A45A0C
Black with #A45A0C
Text Example
Text Example
White with #A45A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A0C; }
p { color: rgb(164,90,12); }
H1.HeaderClassName
{
color: #A45A0C;
}
.AnyTagClassName
{
color: #A45A0C;
}
</style>
background-color css
<style>
a { background-color: #A45A0C; }
a { background-color: rgb(164,90,12); }
div.DivClassName
{
background-color: #A45A0C;
}
.BgClassName
{
background-color: #A45A0C;
}
</style>
border-color css
<style>
span { border-color: #A45A0C; }
span { border-color: rgb(164,90,12); }
td.TdClassName
{
border-color: #A45A0C;
}
.TagClassName
{
border-color: #A45A0C;
}
</style>