Shades of Golden Brown #A27303
Tints of Golden Brown #A27303
RGB
CMYK
RGB Variations
Color information
#A27303 (or 0xA27303) is known color: Golden Brown. HEX triplet: A2, 73 and 03. RGB value is (162,115,3). Sum of RGB (Red+Green+Blue) = 162+115+3=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A27303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27303 is #5D8CFC. Grayscale: #747474. Windows color (decimal): -6130941 or 226210. OLE color: 226210.
HSL color Cylindrical-coordinate representation of color #A27303: hue angle of 42.26º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A27303 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.36 |
| HSL | 42.26º | 0.96% | 0.32% | - |
| HSV(B) | 42.26º | 0.98% | 0.64% | - |
| XYZ | 21.05 | 19.95 | 2.83 | - |
| YUV | 116.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 3 | 0 | 0.29 | 0.98 | 0.36 | 42.26 | 0.96 | 0.32 |
| Hex | A2 | 73 | 3 | 0 | 1D | 62 | 24 | 2A | 60 | 20 |
| Octal | 242 | 163 | 3 | 0 | 35 | 142 | 44 | 52 | 140 | 40 |
| Binary | 10100010 | 1110011 | 11 | 0 | 11101 | 1100010 | 100100 | 101010 | 1100000 | 100000 |
Color Harmonies of #A27303
Complementary color
Monochromatic Colors of #A27303
Black with #A27303
Text Example
Text Example
White with #A27303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27303; }
p { color: rgb(162,115,3); }
H1.HeaderClassName
{
color: #A27303;
}
.AnyTagClassName
{
color: #A27303;
}
</style>
background-color css
<style>
a { background-color: #A27303; }
a { background-color: rgb(162,115,3); }
div.DivClassName
{
background-color: #A27303;
}
.BgClassName
{
background-color: #A27303;
}
</style>
border-color css
<style>
span { border-color: #A27303; }
span { border-color: rgb(162,115,3); }
td.TdClassName
{
border-color: #A27303;
}
.TagClassName
{
border-color: #A27303;
}
</style>