Shades of Golden Brown #A17308
Tints of Golden Brown #A17308
RGB
CMYK
RGB Variations
Color information
#A17308 (or 0xA17308) is known color: Golden Brown. HEX triplet: A1, 73 and 08. RGB value is (161,115,8). Sum of RGB (Red+Green+Blue) = 161+115+8=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A17308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17308 is #5E8CF7. Grayscale: #757575. Windows color (decimal): -6196472 or 553889. OLE color: 553889.
HSL color Cylindrical-coordinate representation of color #A17308: hue angle of 41.96º 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 #A17308 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 8 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.37 |
| HSL | 41.96º | 0.91% | 0.33% | - |
| HSV(B) | 41.96º | 0.95% | 0.63% | - |
| XYZ | 20.87 | 19.86 | 2.96 | - |
| YUV | 116.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 8 | 0 | 0.29 | 0.95 | 0.37 | 41.96 | 0.91 | 0.33 |
| Hex | A1 | 73 | 8 | 0 | 1D | 5F | 25 | 2A | 5B | 21 |
| Octal | 241 | 163 | 10 | 0 | 35 | 137 | 45 | 52 | 133 | 41 |
| Binary | 10100001 | 1110011 | 1000 | 0 | 11101 | 1011111 | 100101 | 101010 | 1011011 | 100001 |
Color Harmonies of #A17308
Complementary color
Monochromatic Colors of #A17308
Black with #A17308
Text Example
Text Example
White with #A17308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17308; }
p { color: rgb(161,115,8); }
H1.HeaderClassName
{
color: #A17308;
}
.AnyTagClassName
{
color: #A17308;
}
</style>
background-color css
<style>
a { background-color: #A17308; }
a { background-color: rgb(161,115,8); }
div.DivClassName
{
background-color: #A17308;
}
.BgClassName
{
background-color: #A17308;
}
</style>
border-color css
<style>
span { border-color: #A17308; }
span { border-color: rgb(161,115,8); }
td.TdClassName
{
border-color: #A17308;
}
.TagClassName
{
border-color: #A17308;
}
</style>