Shades of Golden Brown #AB670B
Tints of Golden Brown #AB670B
RGB
CMYK
RGB Variations
Color information
#AB670B (or 0xAB670B) is known color: Golden Brown. HEX triplet: AB, 67 and 0B. RGB value is (171,103,11). Sum of RGB (Red+Green+Blue) = 171+103+11=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB670B is #5498F4. Grayscale: #717171. Windows color (decimal): -5544181 or 747435. OLE color: 747435.
HSL color Cylindrical-coordinate representation of color #AB670B: hue angle of 34.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB670B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.33 |
| HSL | 34.5º | 0.88% | 0.36% | - |
| HSV(B) | 34.5º | 0.94% | 0.67% | - |
| XYZ | 21.71 | 18.38 | 2.72 | - |
| YUV | 112.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 11 | 0 | 0.40 | 0.94 | 0.33 | 34.5 | 0.88 | 0.36 |
| Hex | AB | 67 | B | 0 | 28 | 5E | 21 | 22 | 58 | 24 |
| Octal | 253 | 147 | 13 | 0 | 50 | 136 | 41 | 42 | 130 | 44 |
| Binary | 10101011 | 1100111 | 1011 | 0 | 101000 | 1011110 | 100001 | 100010 | 1011000 | 100100 |
Color Harmonies of #AB670B
Complementary color
Monochromatic Colors of #AB670B
Black with #AB670B
Text Example
Text Example
White with #AB670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB670B; }
p { color: rgb(171,103,11); }
H1.HeaderClassName
{
color: #AB670B;
}
.AnyTagClassName
{
color: #AB670B;
}
</style>
background-color css
<style>
a { background-color: #AB670B; }
a { background-color: rgb(171,103,11); }
div.DivClassName
{
background-color: #AB670B;
}
.BgClassName
{
background-color: #AB670B;
}
</style>
border-color css
<style>
span { border-color: #AB670B; }
span { border-color: rgb(171,103,11); }
td.TdClassName
{
border-color: #AB670B;
}
.TagClassName
{
border-color: #AB670B;
}
</style>