Shades of Golden Brown #A45C0C
Tints of Golden Brown #A45C0C
RGB
CMYK
RGB Variations
Color information
#A45C0C (or 0xA45C0C) is known color: Golden Brown. HEX triplet: A4, 5C and 0C. RGB value is (164,92,12). Sum of RGB (Red+Green+Blue) = 164+92+12=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45C0C is #5BA3F3. Grayscale: #686868. Windows color (decimal): -6005748 or 810148. OLE color: 810148.
HSL color Cylindrical-coordinate representation of color #A45C0C: hue angle of 31.58º 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 #A45C0C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 92 | 12 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.36 |
| HSL | 31.58º | 0.86% | 0.35% | - |
| HSV(B) | 31.58º | 0.93% | 0.64% | - |
| XYZ | 19.2 | 15.57 | 2.34 | - |
| YUV | 104.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 12 | 0 | 0.44 | 0.93 | 0.36 | 31.58 | 0.86 | 0.35 |
| Hex | A4 | 5C | C | 0 | 2C | 5D | 24 | 20 | 56 | 23 |
| Octal | 244 | 134 | 14 | 0 | 54 | 135 | 44 | 40 | 126 | 43 |
| Binary | 10100100 | 1011100 | 1100 | 0 | 101100 | 1011101 | 100100 | 100000 | 1010110 | 100011 |
Color Harmonies of #A45C0C
Complementary color
Monochromatic Colors of #A45C0C
Black with #A45C0C
Text Example
Text Example
White with #A45C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45C0C; }
p { color: rgb(164,92,12); }
H1.HeaderClassName
{
color: #A45C0C;
}
.AnyTagClassName
{
color: #A45C0C;
}
</style>
background-color css
<style>
a { background-color: #A45C0C; }
a { background-color: rgb(164,92,12); }
div.DivClassName
{
background-color: #A45C0C;
}
.BgClassName
{
background-color: #A45C0C;
}
</style>
border-color css
<style>
span { border-color: #A45C0C; }
span { border-color: rgb(164,92,12); }
td.TdClassName
{
border-color: #A45C0C;
}
.TagClassName
{
border-color: #A45C0C;
}
</style>