Shades of Golden Brown #A06A1C
Tints of Golden Brown #A06A1C
RGB
CMYK
RGB Variations
Color information
#A06A1C (or 0xA06A1C) is known color: Golden Brown. HEX triplet: A0, 6A and 1C. RGB value is (160,106,28). Sum of RGB (Red+Green+Blue) = 160+106+28=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A1C is #5F95E3. Grayscale: #717171. Windows color (decimal): -6264292 or 1862304. OLE color: 1862304.
HSL color Cylindrical-coordinate representation of color #A06A1C: hue angle of 35.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A06A1C is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 28 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.37 |
| HSL | 35.45º | 0.7% | 0.37% | - |
| HSV(B) | 35.45º | 0.83% | 0.63% | - |
| XYZ | 19.86 | 17.87 | 3.5 | - |
| YUV | 113.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 28 | 0 | 0.34 | 0.82 | 0.37 | 35.45 | 0.7 | 0.37 |
| Hex | A0 | 6A | 1C | 0 | 22 | 52 | 25 | 23 | 46 | 25 |
| Octal | 240 | 152 | 34 | 0 | 42 | 122 | 45 | 43 | 106 | 45 |
| Binary | 10100000 | 1101010 | 11100 | 0 | 100010 | 1010010 | 100101 | 100011 | 1000110 | 100101 |
Color Harmonies of #A06A1C
Complementary color
Monochromatic Colors of #A06A1C
Black with #A06A1C
Text Example
Text Example
White with #A06A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A1C; }
p { color: rgb(160,106,28); }
H1.HeaderClassName
{
color: #A06A1C;
}
.AnyTagClassName
{
color: #A06A1C;
}
</style>
background-color css
<style>
a { background-color: #A06A1C; }
a { background-color: rgb(160,106,28); }
div.DivClassName
{
background-color: #A06A1C;
}
.BgClassName
{
background-color: #A06A1C;
}
</style>
border-color css
<style>
span { border-color: #A06A1C; }
span { border-color: rgb(160,106,28); }
td.TdClassName
{
border-color: #A06A1C;
}
.TagClassName
{
border-color: #A06A1C;
}
</style>