Shades of Golden Brown #A06308
Tints of Golden Brown #A06308
RGB
CMYK
RGB Variations
Color information
#A06308 (or 0xA06308) is known color: Golden Brown. HEX triplet: A0, 63 and 08. RGB value is (160,99,8). Sum of RGB (Red+Green+Blue) = 160+99+8=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A06308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06308 is #5F9CF7. Grayscale: #6B6B6B. Windows color (decimal): -6266104 or 549792. OLE color: 549792.
HSL color Cylindrical-coordinate representation of color #A06308: hue angle of 35.92º 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 #A06308 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 8 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.37 |
| HSL | 35.92º | 0.9% | 0.33% | - |
| HSV(B) | 35.92º | 0.95% | 0.63% | - |
| XYZ | 19 | 16.41 | 2.4 | - |
| YUV | 106.87 | 72.21 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 8 | 0 | 0.38 | 0.95 | 0.37 | 35.92 | 0.9 | 0.33 |
| Hex | A0 | 63 | 8 | 0 | 26 | 5F | 25 | 24 | 5A | 21 |
| Octal | 240 | 143 | 10 | 0 | 46 | 137 | 45 | 44 | 132 | 41 |
| Binary | 10100000 | 1100011 | 1000 | 0 | 100110 | 1011111 | 100101 | 100100 | 1011010 | 100001 |
Color Harmonies of #A06308
Complementary color
Monochromatic Colors of #A06308
Black with #A06308
Text Example
Text Example
White with #A06308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06308; }
p { color: rgb(160,99,8); }
H1.HeaderClassName
{
color: #A06308;
}
.AnyTagClassName
{
color: #A06308;
}
</style>
background-color css
<style>
a { background-color: #A06308; }
a { background-color: rgb(160,99,8); }
div.DivClassName
{
background-color: #A06308;
}
.BgClassName
{
background-color: #A06308;
}
</style>
border-color css
<style>
span { border-color: #A06308; }
span { border-color: rgb(160,99,8); }
td.TdClassName
{
border-color: #A06308;
}
.TagClassName
{
border-color: #A06308;
}
</style>