Shades of Golden Brown #AB6103
Tints of Golden Brown #AB6103
RGB
CMYK
RGB Variations
Color information
#AB6103 (or 0xAB6103) is known color: Golden Brown. HEX triplet: AB, 61 and 03. RGB value is (171,97,3). Sum of RGB (Red+Green+Blue) = 171+97+3=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6103 is #549EFC. Grayscale: #6C6C6C. Windows color (decimal): -5545725 or 221611. OLE color: 221611.
HSL color Cylindrical-coordinate representation of color #AB6103: hue angle of 33.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB6103 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.33 |
| HSL | 33.57º | 0.97% | 0.34% | - |
| HSV(B) | 33.57º | 0.98% | 0.67% | - |
| XYZ | 21.09 | 17.21 | 2.3 | - |
| YUV | 108.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 3 | 0 | 0.43 | 0.98 | 0.33 | 33.57 | 0.97 | 0.34 |
| Hex | AB | 61 | 3 | 0 | 2B | 62 | 21 | 22 | 61 | 22 |
| Octal | 253 | 141 | 3 | 0 | 53 | 142 | 41 | 42 | 141 | 42 |
| Binary | 10101011 | 1100001 | 11 | 0 | 101011 | 1100010 | 100001 | 100010 | 1100001 | 100010 |
Color Harmonies of #AB6103
Complementary color
Monochromatic Colors of #AB6103
Black with #AB6103
Text Example
Text Example
White with #AB6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6103; }
p { color: rgb(171,97,3); }
H1.HeaderClassName
{
color: #AB6103;
}
.AnyTagClassName
{
color: #AB6103;
}
</style>
background-color css
<style>
a { background-color: #AB6103; }
a { background-color: rgb(171,97,3); }
div.DivClassName
{
background-color: #AB6103;
}
.BgClassName
{
background-color: #AB6103;
}
</style>
border-color css
<style>
span { border-color: #AB6103; }
span { border-color: rgb(171,97,3); }
td.TdClassName
{
border-color: #AB6103;
}
.TagClassName
{
border-color: #AB6103;
}
</style>