Shades of Golden Brown #A06B08
Tints of Golden Brown #A06B08
RGB
CMYK
RGB Variations
Color information
#A06B08 (or 0xA06B08) is known color: Golden Brown. HEX triplet: A0, 6B and 08. RGB value is (160,107,8). Sum of RGB (Red+Green+Blue) = 160+107+8=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06B08 is #5F94F7. Grayscale: #707070. Windows color (decimal): -6264056 or 551840. OLE color: 551840.
HSL color Cylindrical-coordinate representation of color #A06B08: hue angle of 39.08º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A06B08 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 8 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.37 |
| HSL | 39.08º | 0.9% | 0.33% | - |
| HSV(B) | 39.08º | 0.95% | 0.63% | - |
| XYZ | 19.8 | 18.01 | 2.66 | - |
| YUV | 111.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 8 | 0 | 0.33 | 0.95 | 0.37 | 39.08 | 0.9 | 0.33 |
| Hex | A0 | 6B | 8 | 0 | 21 | 5F | 25 | 27 | 5A | 21 |
| Octal | 240 | 153 | 10 | 0 | 41 | 137 | 45 | 47 | 132 | 41 |
| Binary | 10100000 | 1101011 | 1000 | 0 | 100001 | 1011111 | 100101 | 100111 | 1011010 | 100001 |
Color Harmonies of #A06B08
Complementary color
Monochromatic Colors of #A06B08
Black with #A06B08
Text Example
Text Example
White with #A06B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B08; }
p { color: rgb(160,107,8); }
H1.HeaderClassName
{
color: #A06B08;
}
.AnyTagClassName
{
color: #A06B08;
}
</style>
background-color css
<style>
a { background-color: #A06B08; }
a { background-color: rgb(160,107,8); }
div.DivClassName
{
background-color: #A06B08;
}
.BgClassName
{
background-color: #A06B08;
}
</style>
border-color css
<style>
span { border-color: #A06B08; }
span { border-color: rgb(160,107,8); }
td.TdClassName
{
border-color: #A06B08;
}
.TagClassName
{
border-color: #A06B08;
}
</style>