Shades of Golden Brown #A15F08
Tints of Golden Brown #A15F08
RGB
CMYK
RGB Variations
Color information
#A15F08 (or 0xA15F08) is known color: Golden Brown. HEX triplet: A1, 5F and 08. RGB value is (161,95,8). Sum of RGB (Red+Green+Blue) = 161+95+8=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15F08 is #5EA0F7. Grayscale: #696969. Windows color (decimal): -6201592 or 548769. OLE color: 548769.
HSL color Cylindrical-coordinate representation of color #A15F08: hue angle of 34.12º degrees, saturation: 0.91, 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 #A15F08 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 8 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.37 |
| HSL | 34.12º | 0.91% | 0.33% | - |
| HSV(B) | 34.12º | 0.95% | 0.63% | - |
| XYZ | 18.83 | 15.78 | 2.28 | - |
| YUV | 104.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 8 | 0 | 0.41 | 0.95 | 0.37 | 34.12 | 0.91 | 0.33 |
| Hex | A1 | 5F | 8 | 0 | 29 | 5F | 25 | 22 | 5B | 21 |
| Octal | 241 | 137 | 10 | 0 | 51 | 137 | 45 | 42 | 133 | 41 |
| Binary | 10100001 | 1011111 | 1000 | 0 | 101001 | 1011111 | 100101 | 100010 | 1011011 | 100001 |
Color Harmonies of #A15F08
Complementary color
Monochromatic Colors of #A15F08
Black with #A15F08
Text Example
Text Example
White with #A15F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F08; }
p { color: rgb(161,95,8); }
H1.HeaderClassName
{
color: #A15F08;
}
.AnyTagClassName
{
color: #A15F08;
}
</style>
background-color css
<style>
a { background-color: #A15F08; }
a { background-color: rgb(161,95,8); }
div.DivClassName
{
background-color: #A15F08;
}
.BgClassName
{
background-color: #A15F08;
}
</style>
border-color css
<style>
span { border-color: #A15F08; }
span { border-color: rgb(161,95,8); }
td.TdClassName
{
border-color: #A15F08;
}
.TagClassName
{
border-color: #A15F08;
}
</style>