Shades of Golden Brown #A06718
Tints of Golden Brown #A06718
RGB
CMYK
RGB Variations
Color information
#A06718 (or 0xA06718) is known color: Golden Brown. HEX triplet: A0, 67 and 18. RGB value is (160,103,24). Sum of RGB (Red+Green+Blue) = 160+103+24=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A06718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06718 is #5F98E7. Grayscale: #6F6F6F. Windows color (decimal): -6265064 or 1599392. OLE color: 1599392.
HSL color Cylindrical-coordinate representation of color #A06718: hue angle of 34.85º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A06718 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 24 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.37 |
| HSL | 34.85º | 0.74% | 0.36% | - |
| HSV(B) | 34.85º | 0.85% | 0.63% | - |
| XYZ | 19.51 | 17.24 | 3.16 | - |
| YUV | 111.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 24 | 0 | 0.36 | 0.85 | 0.37 | 34.85 | 0.74 | 0.36 |
| Hex | A0 | 67 | 18 | 0 | 24 | 55 | 25 | 23 | 4A | 24 |
| Octal | 240 | 147 | 30 | 0 | 44 | 125 | 45 | 43 | 112 | 44 |
| Binary | 10100000 | 1100111 | 11000 | 0 | 100100 | 1010101 | 100101 | 100011 | 1001010 | 100100 |
Color Harmonies of #A06718
Complementary color
Monochromatic Colors of #A06718
Black with #A06718
Text Example
Text Example
White with #A06718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06718; }
p { color: rgb(160,103,24); }
H1.HeaderClassName
{
color: #A06718;
}
.AnyTagClassName
{
color: #A06718;
}
</style>
background-color css
<style>
a { background-color: #A06718; }
a { background-color: rgb(160,103,24); }
div.DivClassName
{
background-color: #A06718;
}
.BgClassName
{
background-color: #A06718;
}
</style>
border-color css
<style>
span { border-color: #A06718; }
span { border-color: rgb(160,103,24); }
td.TdClassName
{
border-color: #A06718;
}
.TagClassName
{
border-color: #A06718;
}
</style>