Shades of Golden Brown #AB6405
Tints of Golden Brown #AB6405
RGB
CMYK
RGB Variations
Color information
#AB6405 (or 0xAB6405) is known color: Golden Brown. HEX triplet: AB, 64 and 05. RGB value is (171,100,5). Sum of RGB (Red+Green+Blue) = 171+100+5=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6405 is #549BFA. Grayscale: #6E6E6E. Windows color (decimal): -5544955 or 353451. OLE color: 353451.
HSL color Cylindrical-coordinate representation of color #AB6405: hue angle of 34.34º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB6405 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 5 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.33 |
| HSL | 34.34º | 0.94% | 0.35% | - |
| HSV(B) | 34.34º | 0.97% | 0.67% | - |
| XYZ | 21.38 | 17.78 | 2.45 | - |
| YUV | 110.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 5 | 0 | 0.42 | 0.97 | 0.33 | 34.34 | 0.94 | 0.35 |
| Hex | AB | 64 | 5 | 0 | 2A | 61 | 21 | 22 | 5E | 23 |
| Octal | 253 | 144 | 5 | 0 | 52 | 141 | 41 | 42 | 136 | 43 |
| Binary | 10101011 | 1100100 | 101 | 0 | 101010 | 1100001 | 100001 | 100010 | 1011110 | 100011 |
Color Harmonies of #AB6405
Complementary color
Monochromatic Colors of #AB6405
Black with #AB6405
Text Example
Text Example
White with #AB6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6405; }
p { color: rgb(171,100,5); }
H1.HeaderClassName
{
color: #AB6405;
}
.AnyTagClassName
{
color: #AB6405;
}
</style>
background-color css
<style>
a { background-color: #AB6405; }
a { background-color: rgb(171,100,5); }
div.DivClassName
{
background-color: #AB6405;
}
.BgClassName
{
background-color: #AB6405;
}
</style>
border-color css
<style>
span { border-color: #AB6405; }
span { border-color: rgb(171,100,5); }
td.TdClassName
{
border-color: #AB6405;
}
.TagClassName
{
border-color: #AB6405;
}
</style>