Shades of Golden Brown #AB6C01
Tints of Golden Brown #AB6C01
RGB
CMYK
RGB Variations
Color information
#AB6C01 (or 0xAB6C01) is known color: Golden Brown. HEX triplet: AB, 6C and 01. RGB value is (171,108,1). Sum of RGB (Red+Green+Blue) = 171+108+1=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6C01 is #5493FE. Grayscale: #737373. Windows color (decimal): -5542911 or 93355. OLE color: 93355.
HSL color Cylindrical-coordinate representation of color #AB6C01: hue angle of 37.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB6C01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.33 |
| HSL | 37.76º | 0.99% | 0.34% | - |
| HSV(B) | 37.76º | 0.99% | 0.67% | - |
| XYZ | 22.16 | 19.39 | 2.6 | - |
| YUV | 114.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 1 | 0 | 0.37 | 0.99 | 0.33 | 37.76 | 0.99 | 0.34 |
| Hex | AB | 6C | 1 | 0 | 25 | 63 | 21 | 26 | 63 | 22 |
| Octal | 253 | 154 | 1 | 0 | 45 | 143 | 41 | 46 | 143 | 42 |
| Binary | 10101011 | 1101100 | 1 | 0 | 100101 | 1100011 | 100001 | 100110 | 1100011 | 100010 |
Color Harmonies of #AB6C01
Complementary color
Monochromatic Colors of #AB6C01
Black with #AB6C01
Text Example
Text Example
White with #AB6C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C01; }
p { color: rgb(171,108,1); }
H1.HeaderClassName
{
color: #AB6C01;
}
.AnyTagClassName
{
color: #AB6C01;
}
</style>
background-color css
<style>
a { background-color: #AB6C01; }
a { background-color: rgb(171,108,1); }
div.DivClassName
{
background-color: #AB6C01;
}
.BgClassName
{
background-color: #AB6C01;
}
</style>
border-color css
<style>
span { border-color: #AB6C01; }
span { border-color: rgb(171,108,1); }
td.TdClassName
{
border-color: #AB6C01;
}
.TagClassName
{
border-color: #AB6C01;
}
</style>