Shades of Golden Brown #AB6B10
Tints of Golden Brown #AB6B10
RGB
CMYK
RGB Variations
Color information
#AB6B10 (or 0xAB6B10) is known color: Golden Brown. HEX triplet: AB, 6B and 10. RGB value is (171,107,16). Sum of RGB (Red+Green+Blue) = 171+107+16=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B10 is #5494EF. Grayscale: #747474. Windows color (decimal): -5543152 or 1076139. OLE color: 1076139.
HSL color Cylindrical-coordinate representation of color #AB6B10: hue angle of 35.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB6B10 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 16 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.33 |
| HSL | 35.23º | 0.83% | 0.37% | - |
| HSV(B) | 35.23º | 0.91% | 0.67% | - |
| XYZ | 22.15 | 19.21 | 3.03 | - |
| YUV | 115.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 16 | 0 | 0.37 | 0.91 | 0.33 | 35.23 | 0.83 | 0.37 |
| Hex | AB | 6B | 10 | 0 | 25 | 5B | 21 | 23 | 53 | 25 |
| Octal | 253 | 153 | 20 | 0 | 45 | 133 | 41 | 43 | 123 | 45 |
| Binary | 10101011 | 1101011 | 10000 | 0 | 100101 | 1011011 | 100001 | 100011 | 1010011 | 100101 |
Color Harmonies of #AB6B10
Complementary color
Monochromatic Colors of #AB6B10
Black with #AB6B10
Text Example
Text Example
White with #AB6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B10; }
p { color: rgb(171,107,16); }
H1.HeaderClassName
{
color: #AB6B10;
}
.AnyTagClassName
{
color: #AB6B10;
}
</style>
background-color css
<style>
a { background-color: #AB6B10; }
a { background-color: rgb(171,107,16); }
div.DivClassName
{
background-color: #AB6B10;
}
.BgClassName
{
background-color: #AB6B10;
}
</style>
border-color css
<style>
span { border-color: #AB6B10; }
span { border-color: rgb(171,107,16); }
td.TdClassName
{
border-color: #AB6B10;
}
.TagClassName
{
border-color: #AB6B10;
}
</style>