Shades of Golden Brown #A07608
Tints of Golden Brown #A07608
RGB
CMYK
RGB Variations
Color information
#A07608 (or 0xA07608) is known color: Golden Brown. HEX triplet: A0, 76 and 08. RGB value is (160,118,8). Sum of RGB (Red+Green+Blue) = 160+118+8=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07608 is #5F89F7. Grayscale: #767676. Windows color (decimal): -6261240 or 554656. OLE color: 554656.
HSL color Cylindrical-coordinate representation of color #A07608: hue angle of 43.42º 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 #A07608 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.37 |
| HSL | 43.42º | 0.9% | 0.33% | - |
| HSV(B) | 43.42º | 0.95% | 0.63% | - |
| XYZ | 21.02 | 20.45 | 3.07 | - |
| YUV | 118.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 8 | 0 | 0.26 | 0.95 | 0.37 | 43.42 | 0.9 | 0.33 |
| Hex | A0 | 76 | 8 | 0 | 1A | 5F | 25 | 2B | 5A | 21 |
| Octal | 240 | 166 | 10 | 0 | 32 | 137 | 45 | 53 | 132 | 41 |
| Binary | 10100000 | 1110110 | 1000 | 0 | 11010 | 1011111 | 100101 | 101011 | 1011010 | 100001 |
Color Harmonies of #A07608
Complementary color
Monochromatic Colors of #A07608
Black with #A07608
Text Example
Text Example
White with #A07608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07608; }
p { color: rgb(160,118,8); }
H1.HeaderClassName
{
color: #A07608;
}
.AnyTagClassName
{
color: #A07608;
}
</style>
background-color css
<style>
a { background-color: #A07608; }
a { background-color: rgb(160,118,8); }
div.DivClassName
{
background-color: #A07608;
}
.BgClassName
{
background-color: #A07608;
}
</style>
border-color css
<style>
span { border-color: #A07608; }
span { border-color: rgb(160,118,8); }
td.TdClassName
{
border-color: #A07608;
}
.TagClassName
{
border-color: #A07608;
}
</style>