Shades of Golden Brown #A86D1A
Tints of Golden Brown #A86D1A
RGB
CMYK
RGB Variations
Color information
#A86D1A (or 0xA86D1A) is known color: Golden Brown. HEX triplet: A8, 6D and 1A. RGB value is (168,109,26). Sum of RGB (Red+Green+Blue) = 168+109+26=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D1A is #5792E5. Grayscale: #757575. Windows color (decimal): -5739238 or 1732008. OLE color: 1732008.
HSL color Cylindrical-coordinate representation of color #A86D1A: hue angle of 35.07º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A86D1A is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 26 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.34 |
| HSL | 35.07º | 0.73% | 0.38% | - |
| HSV(B) | 35.07º | 0.85% | 0.66% | - |
| XYZ | 21.8 | 19.34 | 3.56 | - |
| YUV | 117.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 26 | 0 | 0.35 | 0.85 | 0.34 | 35.07 | 0.73 | 0.38 |
| Hex | A8 | 6D | 1A | 0 | 23 | 55 | 22 | 23 | 49 | 26 |
| Octal | 250 | 155 | 32 | 0 | 43 | 125 | 42 | 43 | 111 | 46 |
| Binary | 10101000 | 1101101 | 11010 | 0 | 100011 | 1010101 | 100010 | 100011 | 1001001 | 100110 |
Color Harmonies of #A86D1A
Complementary color
Monochromatic Colors of #A86D1A
Black with #A86D1A
Text Example
Text Example
White with #A86D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D1A; }
p { color: rgb(168,109,26); }
H1.HeaderClassName
{
color: #A86D1A;
}
.AnyTagClassName
{
color: #A86D1A;
}
</style>
background-color css
<style>
a { background-color: #A86D1A; }
a { background-color: rgb(168,109,26); }
div.DivClassName
{
background-color: #A86D1A;
}
.BgClassName
{
background-color: #A86D1A;
}
</style>
border-color css
<style>
span { border-color: #A86D1A; }
span { border-color: rgb(168,109,26); }
td.TdClassName
{
border-color: #A86D1A;
}
.TagClassName
{
border-color: #A86D1A;
}
</style>