Shades of Golden Brown #AB6F09
Tints of Golden Brown #AB6F09
RGB
CMYK
RGB Variations
Color information
#AB6F09 (or 0xAB6F09) is known color: Golden Brown. HEX triplet: AB, 6F and 09. RGB value is (171,111,9). Sum of RGB (Red+Green+Blue) = 171+111+9=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F09 is #5490F6. Grayscale: #757575. Windows color (decimal): -5542135 or 618411. OLE color: 618411.
HSL color Cylindrical-coordinate representation of color #AB6F09: hue angle of 37.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB6F09 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 9 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.33 |
| HSL | 37.78º | 0.9% | 0.35% | - |
| HSV(B) | 37.78º | 0.95% | 0.67% | - |
| XYZ | 22.53 | 20.05 | 2.94 | - |
| YUV | 117.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 9 | 0 | 0.35 | 0.95 | 0.33 | 37.78 | 0.9 | 0.35 |
| Hex | AB | 6F | 9 | 0 | 23 | 5F | 21 | 26 | 5A | 23 |
| Octal | 253 | 157 | 11 | 0 | 43 | 137 | 41 | 46 | 132 | 43 |
| Binary | 10101011 | 1101111 | 1001 | 0 | 100011 | 1011111 | 100001 | 100110 | 1011010 | 100011 |
Color Harmonies of #AB6F09
Complementary color
Monochromatic Colors of #AB6F09
Black with #AB6F09
Text Example
Text Example
White with #AB6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F09; }
p { color: rgb(171,111,9); }
H1.HeaderClassName
{
color: #AB6F09;
}
.AnyTagClassName
{
color: #AB6F09;
}
</style>
background-color css
<style>
a { background-color: #AB6F09; }
a { background-color: rgb(171,111,9); }
div.DivClassName
{
background-color: #AB6F09;
}
.BgClassName
{
background-color: #AB6F09;
}
</style>
border-color css
<style>
span { border-color: #AB6F09; }
span { border-color: rgb(171,111,9); }
td.TdClassName
{
border-color: #AB6F09;
}
.TagClassName
{
border-color: #AB6F09;
}
</style>