Shades of Golden Brown #A86209
Tints of Golden Brown #A86209
RGB
CMYK
RGB Variations
Color information
#A86209 (or 0xA86209) is known color: Golden Brown. HEX triplet: A8, 62 and 09. RGB value is (168,98,9). Sum of RGB (Red+Green+Blue) = 168+98+9=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A86209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86209 is #579DF6. Grayscale: #6D6D6D. Windows color (decimal): -5742071 or 615080. OLE color: 615080.
HSL color Cylindrical-coordinate representation of color #A86209: hue angle of 33.58º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A86209 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.34 |
| HSL | 33.58º | 0.9% | 0.35% | - |
| HSV(B) | 33.58º | 0.95% | 0.66% | - |
| XYZ | 20.57 | 17.08 | 2.47 | - |
| YUV | 108.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 9 | 0 | 0.42 | 0.95 | 0.34 | 33.58 | 0.9 | 0.35 |
| Hex | A8 | 62 | 9 | 0 | 2A | 5F | 22 | 22 | 5A | 23 |
| Octal | 250 | 142 | 11 | 0 | 52 | 137 | 42 | 42 | 132 | 43 |
| Binary | 10101000 | 1100010 | 1001 | 0 | 101010 | 1011111 | 100010 | 100010 | 1011010 | 100011 |
Color Harmonies of #A86209
Complementary color
Monochromatic Colors of #A86209
Black with #A86209
Text Example
Text Example
White with #A86209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86209; }
p { color: rgb(168,98,9); }
H1.HeaderClassName
{
color: #A86209;
}
.AnyTagClassName
{
color: #A86209;
}
</style>
background-color css
<style>
a { background-color: #A86209; }
a { background-color: rgb(168,98,9); }
div.DivClassName
{
background-color: #A86209;
}
.BgClassName
{
background-color: #A86209;
}
</style>
border-color css
<style>
span { border-color: #A86209; }
span { border-color: rgb(168,98,9); }
td.TdClassName
{
border-color: #A86209;
}
.TagClassName
{
border-color: #A86209;
}
</style>