Shades of Golden Brown #AB6701
Tints of Golden Brown #AB6701
RGB
CMYK
RGB Variations
Color information
#AB6701 (or 0xAB6701) is known color: Golden Brown. HEX triplet: AB, 67 and 01. RGB value is (171,103,1). Sum of RGB (Red+Green+Blue) = 171+103+1=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6701 is #5498FE. Grayscale: #707070. Windows color (decimal): -5544191 or 92075. OLE color: 92075.
HSL color Cylindrical-coordinate representation of color #AB6701: hue angle of 36º 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 #AB6701 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.33 |
| HSL | 36º | 0.99% | 0.34% | - |
| HSV(B) | 36º | 0.99% | 0.67% | - |
| XYZ | 21.65 | 18.36 | 2.43 | - |
| YUV | 111.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 1 | 0 | 0.40 | 0.99 | 0.33 | 36 | 0.99 | 0.34 |
| Hex | AB | 67 | 1 | 0 | 28 | 63 | 21 | 24 | 63 | 22 |
| Octal | 253 | 147 | 1 | 0 | 50 | 143 | 41 | 44 | 143 | 42 |
| Binary | 10101011 | 1100111 | 1 | 0 | 101000 | 1100011 | 100001 | 100100 | 1100011 | 100010 |
Color Harmonies of #AB6701
Complementary color
Monochromatic Colors of #AB6701
Black with #AB6701
Text Example
Text Example
White with #AB6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6701; }
p { color: rgb(171,103,1); }
H1.HeaderClassName
{
color: #AB6701;
}
.AnyTagClassName
{
color: #AB6701;
}
</style>
background-color css
<style>
a { background-color: #AB6701; }
a { background-color: rgb(171,103,1); }
div.DivClassName
{
background-color: #AB6701;
}
.BgClassName
{
background-color: #AB6701;
}
</style>
border-color css
<style>
span { border-color: #AB6701; }
span { border-color: rgb(171,103,1); }
td.TdClassName
{
border-color: #AB6701;
}
.TagClassName
{
border-color: #AB6701;
}
</style>