Shades of Golden Brown #AB671A
Tints of Golden Brown #AB671A
RGB
CMYK
RGB Variations
Color information
#AB671A (or 0xAB671A) is known color: Golden Brown. HEX triplet: AB, 67 and 1A. RGB value is (171,103,26). Sum of RGB (Red+Green+Blue) = 171+103+26=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB671A is #5498E5. Grayscale: #727272. Windows color (decimal): -5544166 or 1730475. OLE color: 1730475.
HSL color Cylindrical-coordinate representation of color #AB671A: hue angle of 31.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB671A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 26 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.33 |
| HSL | 31.86º | 0.74% | 0.39% | - |
| HSV(B) | 31.86º | 0.85% | 0.67% | - |
| XYZ | 21.83 | 18.43 | 3.38 | - |
| YUV | 114.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 26 | 0 | 0.40 | 0.85 | 0.33 | 31.86 | 0.74 | 0.39 |
| Hex | AB | 67 | 1A | 0 | 28 | 55 | 21 | 20 | 4A | 27 |
| Octal | 253 | 147 | 32 | 0 | 50 | 125 | 41 | 40 | 112 | 47 |
| Binary | 10101011 | 1100111 | 11010 | 0 | 101000 | 1010101 | 100001 | 100000 | 1001010 | 100111 |
Color Harmonies of #AB671A
Complementary color
Monochromatic Colors of #AB671A
Black with #AB671A
Text Example
Text Example
White with #AB671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB671A; }
p { color: rgb(171,103,26); }
H1.HeaderClassName
{
color: #AB671A;
}
.AnyTagClassName
{
color: #AB671A;
}
</style>
background-color css
<style>
a { background-color: #AB671A; }
a { background-color: rgb(171,103,26); }
div.DivClassName
{
background-color: #AB671A;
}
.BgClassName
{
background-color: #AB671A;
}
</style>
border-color css
<style>
span { border-color: #AB671A; }
span { border-color: rgb(171,103,26); }
td.TdClassName
{
border-color: #AB671A;
}
.TagClassName
{
border-color: #AB671A;
}
</style>