Shades of Golden Brown #A0691D
Tints of Golden Brown #A0691D
RGB
CMYK
RGB Variations
Color information
#A0691D (or 0xA0691D) is known color: Golden Brown. HEX triplet: A0, 69 and 1D. RGB value is (160,105,29). Sum of RGB (Red+Green+Blue) = 160+105+29=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0691D is #5F96E2. Grayscale: #717171. Windows color (decimal): -6264547 or 1927584. OLE color: 1927584.
HSL color Cylindrical-coordinate representation of color #A0691D: hue angle of 34.81º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0691D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 29 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.37 |
| HSL | 34.81º | 0.69% | 0.37% | - |
| HSV(B) | 34.81º | 0.82% | 0.63% | - |
| XYZ | 19.77 | 17.67 | 3.53 | - |
| YUV | 112.78 | 80.72 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 29 | 0 | 0.34 | 0.82 | 0.37 | 34.81 | 0.69 | 0.37 |
| Hex | A0 | 69 | 1D | 0 | 22 | 52 | 25 | 23 | 45 | 25 |
| Octal | 240 | 151 | 35 | 0 | 42 | 122 | 45 | 43 | 105 | 45 |
| Binary | 10100000 | 1101001 | 11101 | 0 | 100010 | 1010010 | 100101 | 100011 | 1000101 | 100101 |
Color Harmonies of #A0691D
Complementary color
Monochromatic Colors of #A0691D
Black with #A0691D
Text Example
Text Example
White with #A0691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0691D; }
p { color: rgb(160,105,29); }
H1.HeaderClassName
{
color: #A0691D;
}
.AnyTagClassName
{
color: #A0691D;
}
</style>
background-color css
<style>
a { background-color: #A0691D; }
a { background-color: rgb(160,105,29); }
div.DivClassName
{
background-color: #A0691D;
}
.BgClassName
{
background-color: #A0691D;
}
</style>
border-color css
<style>
span { border-color: #A0691D; }
span { border-color: rgb(160,105,29); }
td.TdClassName
{
border-color: #A0691D;
}
.TagClassName
{
border-color: #A0691D;
}
</style>