Shades of Golden Brown #AB6807
Tints of Golden Brown #AB6807
RGB
CMYK
RGB Variations
Color information
#AB6807 (or 0xAB6807) is known color: Golden Brown. HEX triplet: AB, 68 and 07. RGB value is (171,104,7). Sum of RGB (Red+Green+Blue) = 171+104+7=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6807 is #5497F8. Grayscale: #717171. Windows color (decimal): -5543929 or 485547. OLE color: 485547.
HSL color Cylindrical-coordinate representation of color #AB6807: hue angle of 35.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB6807 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.33 |
| HSL | 35.49º | 0.92% | 0.35% | - |
| HSV(B) | 35.49º | 0.96% | 0.67% | - |
| XYZ | 21.78 | 18.57 | 2.64 | - |
| YUV | 112.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 7 | 0 | 0.39 | 0.96 | 0.33 | 35.49 | 0.92 | 0.35 |
| Hex | AB | 68 | 7 | 0 | 27 | 60 | 21 | 23 | 5C | 23 |
| Octal | 253 | 150 | 7 | 0 | 47 | 140 | 41 | 43 | 134 | 43 |
| Binary | 10101011 | 1101000 | 111 | 0 | 100111 | 1100000 | 100001 | 100011 | 1011100 | 100011 |
Color Harmonies of #AB6807
Complementary color
Monochromatic Colors of #AB6807
Black with #AB6807
Text Example
Text Example
White with #AB6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6807; }
p { color: rgb(171,104,7); }
H1.HeaderClassName
{
color: #AB6807;
}
.AnyTagClassName
{
color: #AB6807;
}
</style>
background-color css
<style>
a { background-color: #AB6807; }
a { background-color: rgb(171,104,7); }
div.DivClassName
{
background-color: #AB6807;
}
.BgClassName
{
background-color: #AB6807;
}
</style>
border-color css
<style>
span { border-color: #AB6807; }
span { border-color: rgb(171,104,7); }
td.TdClassName
{
border-color: #AB6807;
}
.TagClassName
{
border-color: #AB6807;
}
</style>