Shades of Golden Brown #AB6912
Tints of Golden Brown #AB6912
RGB
CMYK
RGB Variations
Color information
#AB6912 (or 0xAB6912) is known color: Golden Brown. HEX triplet: AB, 69 and 12. RGB value is (171,105,18). Sum of RGB (Red+Green+Blue) = 171+105+18=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6912 is #5496ED. Grayscale: #737373. Windows color (decimal): -5543662 or 1206699. OLE color: 1206699.
HSL color Cylindrical-coordinate representation of color #AB6912: hue angle of 34.12º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB6912 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 18 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.33 |
| HSL | 34.12º | 0.81% | 0.37% | - |
| HSV(B) | 34.12º | 0.89% | 0.67% | - |
| XYZ | 21.96 | 18.8 | 3.04 | - |
| YUV | 114.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 18 | 0 | 0.39 | 0.89 | 0.33 | 34.12 | 0.81 | 0.37 |
| Hex | AB | 69 | 12 | 0 | 27 | 59 | 21 | 22 | 51 | 25 |
| Octal | 253 | 151 | 22 | 0 | 47 | 131 | 41 | 42 | 121 | 45 |
| Binary | 10101011 | 1101001 | 10010 | 0 | 100111 | 1011001 | 100001 | 100010 | 1010001 | 100101 |
Color Harmonies of #AB6912
Complementary color
Monochromatic Colors of #AB6912
Black with #AB6912
Text Example
Text Example
White with #AB6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6912; }
p { color: rgb(171,105,18); }
H1.HeaderClassName
{
color: #AB6912;
}
.AnyTagClassName
{
color: #AB6912;
}
</style>
background-color css
<style>
a { background-color: #AB6912; }
a { background-color: rgb(171,105,18); }
div.DivClassName
{
background-color: #AB6912;
}
.BgClassName
{
background-color: #AB6912;
}
</style>
border-color css
<style>
span { border-color: #AB6912; }
span { border-color: rgb(171,105,18); }
td.TdClassName
{
border-color: #AB6912;
}
.TagClassName
{
border-color: #AB6912;
}
</style>