Shades of Golden Brown #A27607
Tints of Golden Brown #A27607
RGB
CMYK
RGB Variations
Color information
#A27607 (or 0xA27607) is known color: Golden Brown. HEX triplet: A2, 76 and 07. RGB value is (162,118,7). Sum of RGB (Red+Green+Blue) = 162+118+7=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A27607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27607 is #5D89F8. Grayscale: #767676. Windows color (decimal): -6130169 or 489122. OLE color: 489122.
HSL color Cylindrical-coordinate representation of color #A27607: hue angle of 42.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A27607 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.36 |
| HSL | 42.97º | 0.92% | 0.33% | - |
| HSV(B) | 42.97º | 0.96% | 0.64% | - |
| XYZ | 21.42 | 20.65 | 3.06 | - |
| YUV | 118.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 7 | 0 | 0.27 | 0.96 | 0.36 | 42.97 | 0.92 | 0.33 |
| Hex | A2 | 76 | 7 | 0 | 1B | 60 | 24 | 2B | 5C | 21 |
| Octal | 242 | 166 | 7 | 0 | 33 | 140 | 44 | 53 | 134 | 41 |
| Binary | 10100010 | 1110110 | 111 | 0 | 11011 | 1100000 | 100100 | 101011 | 1011100 | 100001 |
Color Harmonies of #A27607
Complementary color
Monochromatic Colors of #A27607
Black with #A27607
Text Example
Text Example
White with #A27607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27607; }
p { color: rgb(162,118,7); }
H1.HeaderClassName
{
color: #A27607;
}
.AnyTagClassName
{
color: #A27607;
}
</style>
background-color css
<style>
a { background-color: #A27607; }
a { background-color: rgb(162,118,7); }
div.DivClassName
{
background-color: #A27607;
}
.BgClassName
{
background-color: #A27607;
}
</style>
border-color css
<style>
span { border-color: #A27607; }
span { border-color: rgb(162,118,7); }
td.TdClassName
{
border-color: #A27607;
}
.TagClassName
{
border-color: #A27607;
}
</style>