Shades of Golden Brown #AB670F
Tints of Golden Brown #AB670F
RGB
CMYK
RGB Variations
Color information
#AB670F (or 0xAB670F) is known color: Golden Brown. HEX triplet: AB, 67 and 0F. RGB value is (171,103,15). Sum of RGB (Red+Green+Blue) = 171+103+15=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB670F is #5498F0. Grayscale: #717171. Windows color (decimal): -5544177 or 1009579. OLE color: 1009579.
HSL color Cylindrical-coordinate representation of color #AB670F: hue angle of 33.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB670F is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 15 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.33 |
| HSL | 33.85º | 0.84% | 0.36% | - |
| HSV(B) | 33.85º | 0.91% | 0.67% | - |
| XYZ | 21.73 | 18.39 | 2.86 | - |
| YUV | 113.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 15 | 0 | 0.40 | 0.91 | 0.33 | 33.85 | 0.84 | 0.36 |
| Hex | AB | 67 | F | 0 | 28 | 5B | 21 | 22 | 54 | 24 |
| Octal | 253 | 147 | 17 | 0 | 50 | 133 | 41 | 42 | 124 | 44 |
| Binary | 10101011 | 1100111 | 1111 | 0 | 101000 | 1011011 | 100001 | 100010 | 1010100 | 100100 |
Color Harmonies of #AB670F
Complementary color
Monochromatic Colors of #AB670F
Black with #AB670F
Text Example
Text Example
White with #AB670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB670F; }
p { color: rgb(171,103,15); }
H1.HeaderClassName
{
color: #AB670F;
}
.AnyTagClassName
{
color: #AB670F;
}
</style>
background-color css
<style>
a { background-color: #AB670F; }
a { background-color: rgb(171,103,15); }
div.DivClassName
{
background-color: #AB670F;
}
.BgClassName
{
background-color: #AB670F;
}
</style>
border-color css
<style>
span { border-color: #AB670F; }
span { border-color: rgb(171,103,15); }
td.TdClassName
{
border-color: #AB670F;
}
.TagClassName
{
border-color: #AB670F;
}
</style>