Shades of Golden Brown #A27013
Tints of Golden Brown #A27013
RGB
CMYK
RGB Variations
Color information
#A27013 (or 0xA27013) is known color: Golden Brown. HEX triplet: A2, 70 and 13. RGB value is (162,112,19). Sum of RGB (Red+Green+Blue) = 162+112+19=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A27013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27013 is #5D8FEC. Grayscale: #747474. Windows color (decimal): -6131693 or 1274018. OLE color: 1274018.
HSL color Cylindrical-coordinate representation of color #A27013: hue angle of 39.02º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A27013 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 19 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.36 |
| HSL | 39.02º | 0.79% | 0.35% | - |
| HSV(B) | 39.02º | 0.88% | 0.64% | - |
| XYZ | 20.81 | 19.32 | 3.25 | - |
| YUV | 116.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 19 | 0 | 0.31 | 0.88 | 0.36 | 39.02 | 0.79 | 0.35 |
| Hex | A2 | 70 | 13 | 0 | 1F | 58 | 24 | 27 | 4F | 23 |
| Octal | 242 | 160 | 23 | 0 | 37 | 130 | 44 | 47 | 117 | 43 |
| Binary | 10100010 | 1110000 | 10011 | 0 | 11111 | 1011000 | 100100 | 100111 | 1001111 | 100011 |
Color Harmonies of #A27013
Complementary color
Monochromatic Colors of #A27013
Black with #A27013
Text Example
Text Example
White with #A27013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27013; }
p { color: rgb(162,112,19); }
H1.HeaderClassName
{
color: #A27013;
}
.AnyTagClassName
{
color: #A27013;
}
</style>
background-color css
<style>
a { background-color: #A27013; }
a { background-color: rgb(162,112,19); }
div.DivClassName
{
background-color: #A27013;
}
.BgClassName
{
background-color: #A27013;
}
</style>
border-color css
<style>
span { border-color: #A27013; }
span { border-color: rgb(162,112,19); }
td.TdClassName
{
border-color: #A27013;
}
.TagClassName
{
border-color: #A27013;
}
</style>