Shades of Golden Brown #AB691C
Tints of Golden Brown #AB691C
RGB
CMYK
RGB Variations
Color information
#AB691C (or 0xAB691C) is known color: Golden Brown. HEX triplet: AB, 69 and 1C. RGB value is (171,105,28). Sum of RGB (Red+Green+Blue) = 171+105+28=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB691C is #5496E3. Grayscale: #747474. Windows color (decimal): -5543652 or 1862059. OLE color: 1862059.
HSL color Cylindrical-coordinate representation of color #AB691C: hue angle of 32.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB691C is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 28 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.33 |
| HSL | 32.31º | 0.72% | 0.39% | - |
| HSV(B) | 32.31º | 0.84% | 0.67% | - |
| XYZ | 22.06 | 18.84 | 3.57 | - |
| YUV | 115.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 28 | 0 | 0.39 | 0.84 | 0.33 | 32.31 | 0.72 | 0.39 |
| Hex | AB | 69 | 1C | 0 | 27 | 54 | 21 | 20 | 48 | 27 |
| Octal | 253 | 151 | 34 | 0 | 47 | 124 | 41 | 40 | 110 | 47 |
| Binary | 10101011 | 1101001 | 11100 | 0 | 100111 | 1010100 | 100001 | 100000 | 1001000 | 100111 |
Color Harmonies of #AB691C
Complementary color
Monochromatic Colors of #AB691C
Black with #AB691C
Text Example
Text Example
White with #AB691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB691C; }
p { color: rgb(171,105,28); }
H1.HeaderClassName
{
color: #AB691C;
}
.AnyTagClassName
{
color: #AB691C;
}
</style>
background-color css
<style>
a { background-color: #AB691C; }
a { background-color: rgb(171,105,28); }
div.DivClassName
{
background-color: #AB691C;
}
.BgClassName
{
background-color: #AB691C;
}
</style>
border-color css
<style>
span { border-color: #AB691C; }
span { border-color: rgb(171,105,28); }
td.TdClassName
{
border-color: #AB691C;
}
.TagClassName
{
border-color: #AB691C;
}
</style>