Shades of Golden Brown #AB730F
Tints of Golden Brown #AB730F
RGB
CMYK
RGB Variations
Color information
#AB730F (or 0xAB730F) is known color: Golden Brown. HEX triplet: AB, 73 and 0F. RGB value is (171,115,15). Sum of RGB (Red+Green+Blue) = 171+115+15=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB730F is #548CF0. Grayscale: #787878. Windows color (decimal): -5541105 or 1012651. OLE color: 1012651.
HSL color Cylindrical-coordinate representation of color #AB730F: hue angle of 38.46º 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 #AB730F is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 15 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.33 |
| HSL | 38.46º | 0.84% | 0.36% | - |
| HSV(B) | 38.46º | 0.91% | 0.67% | - |
| XYZ | 23.01 | 20.95 | 3.28 | - |
| YUV | 120.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 15 | 0 | 0.33 | 0.91 | 0.33 | 38.46 | 0.84 | 0.36 |
| Hex | AB | 73 | F | 0 | 21 | 5B | 21 | 26 | 54 | 24 |
| Octal | 253 | 163 | 17 | 0 | 41 | 133 | 41 | 46 | 124 | 44 |
| Binary | 10101011 | 1110011 | 1111 | 0 | 100001 | 1011011 | 100001 | 100110 | 1010100 | 100100 |
Color Harmonies of #AB730F
Complementary color
Monochromatic Colors of #AB730F
Black with #AB730F
Text Example
Text Example
White with #AB730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB730F; }
p { color: rgb(171,115,15); }
H1.HeaderClassName
{
color: #AB730F;
}
.AnyTagClassName
{
color: #AB730F;
}
</style>
background-color css
<style>
a { background-color: #AB730F; }
a { background-color: rgb(171,115,15); }
div.DivClassName
{
background-color: #AB730F;
}
.BgClassName
{
background-color: #AB730F;
}
</style>
border-color css
<style>
span { border-color: #AB730F; }
span { border-color: rgb(171,115,15); }
td.TdClassName
{
border-color: #AB730F;
}
.TagClassName
{
border-color: #AB730F;
}
</style>