Shades of Golden Brown #A06F1B
Tints of Golden Brown #A06F1B
RGB
CMYK
RGB Variations
Color information
#A06F1B (or 0xA06F1B) is known color: Golden Brown. HEX triplet: A0, 6F and 1B. RGB value is (160,111,27). Sum of RGB (Red+Green+Blue) = 160+111+27=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F1B is #5F90E4. Grayscale: #747474. Windows color (decimal): -6263013 or 1798048. OLE color: 1798048.
HSL color Cylindrical-coordinate representation of color #A06F1B: hue angle of 37.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A06F1B is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 27 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.37 |
| HSL | 37.89º | 0.71% | 0.37% | - |
| HSV(B) | 37.89º | 0.83% | 0.63% | - |
| XYZ | 20.38 | 18.92 | 3.62 | - |
| YUV | 116.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 27 | 0 | 0.31 | 0.83 | 0.37 | 37.89 | 0.71 | 0.37 |
| Hex | A0 | 6F | 1B | 0 | 1F | 53 | 25 | 26 | 47 | 25 |
| Octal | 240 | 157 | 33 | 0 | 37 | 123 | 45 | 46 | 107 | 45 |
| Binary | 10100000 | 1101111 | 11011 | 0 | 11111 | 1010011 | 100101 | 100110 | 1000111 | 100101 |
Color Harmonies of #A06F1B
Complementary color
Monochromatic Colors of #A06F1B
Black with #A06F1B
Text Example
Text Example
White with #A06F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F1B; }
p { color: rgb(160,111,27); }
H1.HeaderClassName
{
color: #A06F1B;
}
.AnyTagClassName
{
color: #A06F1B;
}
</style>
background-color css
<style>
a { background-color: #A06F1B; }
a { background-color: rgb(160,111,27); }
div.DivClassName
{
background-color: #A06F1B;
}
.BgClassName
{
background-color: #A06F1B;
}
</style>
border-color css
<style>
span { border-color: #A06F1B; }
span { border-color: rgb(160,111,27); }
td.TdClassName
{
border-color: #A06F1B;
}
.TagClassName
{
border-color: #A06F1B;
}
</style>