Shades of Golden Brown #A06600
Tints of Golden Brown #A06600
RGB
CMYK
RGB Variations
Color information
#A06600 (or 0xA06600) is known color: Golden Brown. HEX triplet: A0, 66 and 00. RGB value is (160,102,0). Sum of RGB (Red+Green+Blue) = 160+102+0=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A06600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06600 is #5F99FF. Grayscale: #6C6C6C. Windows color (decimal): -6265344 or 26272. OLE color: 26272.
HSL color Cylindrical-coordinate representation of color #A06600: hue angle of 38.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A06600 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.37 |
| HSL | 38.25º | 1% | 0.31% | - |
| HSV(B) | 38.25º | 1% | 0.63% | - |
| XYZ | 19.25 | 16.98 | 2.26 | - |
| YUV | 107.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 0 | 0 | 0.36 | 1 | 0.37 | 38.25 | 1 | 0.31 |
| Hex | A0 | 66 | 0 | 0 | 24 | 64 | 25 | 26 | 64 | 1F |
| Octal | 240 | 146 | 0 | 0 | 44 | 144 | 45 | 46 | 144 | 37 |
| Binary | 10100000 | 1100110 | 0 | 0 | 100100 | 1100100 | 100101 | 100110 | 1100100 | 11111 |
Color Harmonies of #A06600
Complementary color
Monochromatic Colors of #A06600
Black with #A06600
Text Example
Text Example
White with #A06600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06600; }
p { color: rgb(160,102,0); }
H1.HeaderClassName
{
color: #A06600;
}
.AnyTagClassName
{
color: #A06600;
}
</style>
background-color css
<style>
a { background-color: #A06600; }
a { background-color: rgb(160,102,0); }
div.DivClassName
{
background-color: #A06600;
}
.BgClassName
{
background-color: #A06600;
}
</style>
border-color css
<style>
span { border-color: #A06600; }
span { border-color: rgb(160,102,0); }
td.TdClassName
{
border-color: #A06600;
}
.TagClassName
{
border-color: #A06600;
}
</style>