Shades of Golden Brown #AB5D07
Tints of Golden Brown #AB5D07
RGB
CMYK
RGB Variations
Color information
#AB5D07 (or 0xAB5D07) is known color: Golden Brown. HEX triplet: AB, 5D and 07. RGB value is (171,93,7). Sum of RGB (Red+Green+Blue) = 171+93+7=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D07 is #54A2F8. Grayscale: #6A6A6A. Windows color (decimal): -5546745 or 482731. OLE color: 482731.
HSL color Cylindrical-coordinate representation of color #AB5D07: hue angle of 31.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB5D07 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 7 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.33 |
| HSL | 31.46º | 0.92% | 0.35% | - |
| HSV(B) | 31.46º | 0.96% | 0.67% | - |
| XYZ | 20.75 | 16.5 | 2.29 | - |
| YUV | 106.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 7 | 0 | 0.46 | 0.96 | 0.33 | 31.46 | 0.92 | 0.35 |
| Hex | AB | 5D | 7 | 0 | 2E | 60 | 21 | 1F | 5C | 23 |
| Octal | 253 | 135 | 7 | 0 | 56 | 140 | 41 | 37 | 134 | 43 |
| Binary | 10101011 | 1011101 | 111 | 0 | 101110 | 1100000 | 100001 | 11111 | 1011100 | 100011 |
Color Harmonies of #AB5D07
Complementary color
Monochromatic Colors of #AB5D07
Black with #AB5D07
Text Example
Text Example
White with #AB5D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D07; }
p { color: rgb(171,93,7); }
H1.HeaderClassName
{
color: #AB5D07;
}
.AnyTagClassName
{
color: #AB5D07;
}
</style>
background-color css
<style>
a { background-color: #AB5D07; }
a { background-color: rgb(171,93,7); }
div.DivClassName
{
background-color: #AB5D07;
}
.BgClassName
{
background-color: #AB5D07;
}
</style>
border-color css
<style>
span { border-color: #AB5D07; }
span { border-color: rgb(171,93,7); }
td.TdClassName
{
border-color: #AB5D07;
}
.TagClassName
{
border-color: #AB5D07;
}
</style>