Shades of Golden Brown #AB6504
Tints of Golden Brown #AB6504
RGB
CMYK
RGB Variations
Color information
#AB6504 (or 0xAB6504) is known color: Golden Brown. HEX triplet: AB, 65 and 04. RGB value is (171,101,4). Sum of RGB (Red+Green+Blue) = 171+101+4=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6504 is #549AFB. Grayscale: #6F6F6F. Windows color (decimal): -5544700 or 288171. OLE color: 288171.
HSL color Cylindrical-coordinate representation of color #AB6504: hue angle of 34.85º degrees, saturation: 0.95, 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 #AB6504 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.33 |
| HSL | 34.85º | 0.95% | 0.34% | - |
| HSV(B) | 34.85º | 0.98% | 0.67% | - |
| XYZ | 21.47 | 17.97 | 2.45 | - |
| YUV | 110.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 4 | 0 | 0.41 | 0.98 | 0.33 | 34.85 | 0.95 | 0.34 |
| Hex | AB | 65 | 4 | 0 | 29 | 62 | 21 | 23 | 5F | 22 |
| Octal | 253 | 145 | 4 | 0 | 51 | 142 | 41 | 43 | 137 | 42 |
| Binary | 10101011 | 1100101 | 100 | 0 | 101001 | 1100010 | 100001 | 100011 | 1011111 | 100010 |
Color Harmonies of #AB6504
Complementary color
Monochromatic Colors of #AB6504
Black with #AB6504
Text Example
Text Example
White with #AB6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6504; }
p { color: rgb(171,101,4); }
H1.HeaderClassName
{
color: #AB6504;
}
.AnyTagClassName
{
color: #AB6504;
}
</style>
background-color css
<style>
a { background-color: #AB6504; }
a { background-color: rgb(171,101,4); }
div.DivClassName
{
background-color: #AB6504;
}
.BgClassName
{
background-color: #AB6504;
}
</style>
border-color css
<style>
span { border-color: #AB6504; }
span { border-color: rgb(171,101,4); }
td.TdClassName
{
border-color: #AB6504;
}
.TagClassName
{
border-color: #AB6504;
}
</style>