Shades of Golden Brown #AB5C10
Tints of Golden Brown #AB5C10
RGB
CMYK
RGB Variations
Color information
#AB5C10 (or 0xAB5C10) is known color: Golden Brown. HEX triplet: AB, 5C and 10. RGB value is (171,92,16). Sum of RGB (Red+Green+Blue) = 171+92+16=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5C10 is #54A3EF. Grayscale: #6B6B6B. Windows color (decimal): -5546992 or 1072299. OLE color: 1072299.
HSL color Cylindrical-coordinate representation of color #AB5C10: hue angle of 29.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB5C10 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 16 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.33 |
| HSL | 29.42º | 0.83% | 0.37% | - |
| HSV(B) | 29.42º | 0.91% | 0.67% | - |
| XYZ | 20.72 | 16.35 | 2.55 | - |
| YUV | 106.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 16 | 0 | 0.46 | 0.91 | 0.33 | 29.42 | 0.83 | 0.37 |
| Hex | AB | 5C | 10 | 0 | 2E | 5B | 21 | 1D | 53 | 25 |
| Octal | 253 | 134 | 20 | 0 | 56 | 133 | 41 | 35 | 123 | 45 |
| Binary | 10101011 | 1011100 | 10000 | 0 | 101110 | 1011011 | 100001 | 11101 | 1010011 | 100101 |
Color Harmonies of #AB5C10
Complementary color
Monochromatic Colors of #AB5C10
Black with #AB5C10
Text Example
Text Example
White with #AB5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C10; }
p { color: rgb(171,92,16); }
H1.HeaderClassName
{
color: #AB5C10;
}
.AnyTagClassName
{
color: #AB5C10;
}
</style>
background-color css
<style>
a { background-color: #AB5C10; }
a { background-color: rgb(171,92,16); }
div.DivClassName
{
background-color: #AB5C10;
}
.BgClassName
{
background-color: #AB5C10;
}
</style>
border-color css
<style>
span { border-color: #AB5C10; }
span { border-color: rgb(171,92,16); }
td.TdClassName
{
border-color: #AB5C10;
}
.TagClassName
{
border-color: #AB5C10;
}
</style>