Shades of Golden Brown #AB650C
Tints of Golden Brown #AB650C
RGB
CMYK
RGB Variations
Color information
#AB650C (or 0xAB650C) is known color: Golden Brown. HEX triplet: AB, 65 and 0C. RGB value is (171,101,12). Sum of RGB (Red+Green+Blue) = 171+101+12=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB650C is #549AF3. Grayscale: #707070. Windows color (decimal): -5544692 or 812459. OLE color: 812459.
HSL color Cylindrical-coordinate representation of color #AB650C: hue angle of 33.58º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB650C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.33 |
| HSL | 33.58º | 0.87% | 0.36% | - |
| HSV(B) | 33.58º | 0.93% | 0.67% | - |
| XYZ | 21.51 | 17.99 | 2.69 | - |
| YUV | 111.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 12 | 0 | 0.41 | 0.93 | 0.33 | 33.58 | 0.87 | 0.36 |
| Hex | AB | 65 | C | 0 | 29 | 5D | 21 | 22 | 57 | 24 |
| Octal | 253 | 145 | 14 | 0 | 51 | 135 | 41 | 42 | 127 | 44 |
| Binary | 10101011 | 1100101 | 1100 | 0 | 101001 | 1011101 | 100001 | 100010 | 1010111 | 100100 |
Color Harmonies of #AB650C
Complementary color
Monochromatic Colors of #AB650C
Black with #AB650C
Text Example
Text Example
White with #AB650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB650C; }
p { color: rgb(171,101,12); }
H1.HeaderClassName
{
color: #AB650C;
}
.AnyTagClassName
{
color: #AB650C;
}
</style>
background-color css
<style>
a { background-color: #AB650C; }
a { background-color: rgb(171,101,12); }
div.DivClassName
{
background-color: #AB650C;
}
.BgClassName
{
background-color: #AB650C;
}
</style>
border-color css
<style>
span { border-color: #AB650C; }
span { border-color: rgb(171,101,12); }
td.TdClassName
{
border-color: #AB650C;
}
.TagClassName
{
border-color: #AB650C;
}
</style>