Shades of Golden Brown #A86919
Tints of Golden Brown #A86919
RGB
CMYK
RGB Variations
Color information
#A86919 (or 0xA86919) is known color: Golden Brown. HEX triplet: A8, 69 and 19. RGB value is (168,105,25). Sum of RGB (Red+Green+Blue) = 168+105+25=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A86919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86919 is #5796E6. Grayscale: #737373. Windows color (decimal): -5740263 or 1665448. OLE color: 1665448.
HSL color Cylindrical-coordinate representation of color #A86919: hue angle of 33.57º degrees, saturation: 0.74, 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 #A86919 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 25 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.34 |
| HSL | 33.57º | 0.74% | 0.38% | - |
| HSV(B) | 33.57º | 0.85% | 0.66% | - |
| XYZ | 21.38 | 18.5 | 3.36 | - |
| YUV | 114.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 25 | 0 | 0.38 | 0.85 | 0.34 | 33.57 | 0.74 | 0.38 |
| Hex | A8 | 69 | 19 | 0 | 26 | 55 | 22 | 22 | 4A | 26 |
| Octal | 250 | 151 | 31 | 0 | 46 | 125 | 42 | 42 | 112 | 46 |
| Binary | 10101000 | 1101001 | 11001 | 0 | 100110 | 1010101 | 100010 | 100010 | 1001010 | 100110 |
Color Harmonies of #A86919
Complementary color
Monochromatic Colors of #A86919
Black with #A86919
Text Example
Text Example
White with #A86919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86919; }
p { color: rgb(168,105,25); }
H1.HeaderClassName
{
color: #A86919;
}
.AnyTagClassName
{
color: #A86919;
}
</style>
background-color css
<style>
a { background-color: #A86919; }
a { background-color: rgb(168,105,25); }
div.DivClassName
{
background-color: #A86919;
}
.BgClassName
{
background-color: #A86919;
}
</style>
border-color css
<style>
span { border-color: #A86919; }
span { border-color: rgb(168,105,25); }
td.TdClassName
{
border-color: #A86919;
}
.TagClassName
{
border-color: #A86919;
}
</style>