Shades of Golden Brown #A65C0B
Tints of Golden Brown #A65C0B
RGB
CMYK
RGB Variations
Color information
#A65C0B (or 0xA65C0B) is known color: Golden Brown. HEX triplet: A6, 5C and 0B. RGB value is (166,92,11). Sum of RGB (Red+Green+Blue) = 166+92+11=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C0B is #59A3F4. Grayscale: #696969. Windows color (decimal): -5874677 or 744614. OLE color: 744614.
HSL color Cylindrical-coordinate representation of color #A65C0B: hue angle of 31.35º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A65C0B is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 11 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.35 |
| HSL | 31.35º | 0.88% | 0.35% | - |
| HSV(B) | 31.35º | 0.93% | 0.65% | - |
| XYZ | 19.61 | 15.79 | 2.33 | - |
| YUV | 104.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 11 | 0 | 0.45 | 0.93 | 0.35 | 31.35 | 0.88 | 0.35 |
| Hex | A6 | 5C | B | 0 | 2D | 5D | 23 | 1F | 58 | 23 |
| Octal | 246 | 134 | 13 | 0 | 55 | 135 | 43 | 37 | 130 | 43 |
| Binary | 10100110 | 1011100 | 1011 | 0 | 101101 | 1011101 | 100011 | 11111 | 1011000 | 100011 |
Color Harmonies of #A65C0B
Complementary color
Monochromatic Colors of #A65C0B
Black with #A65C0B
Text Example
Text Example
White with #A65C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C0B; }
p { color: rgb(166,92,11); }
H1.HeaderClassName
{
color: #A65C0B;
}
.AnyTagClassName
{
color: #A65C0B;
}
</style>
background-color css
<style>
a { background-color: #A65C0B; }
a { background-color: rgb(166,92,11); }
div.DivClassName
{
background-color: #A65C0B;
}
.BgClassName
{
background-color: #A65C0B;
}
</style>
border-color css
<style>
span { border-color: #A65C0B; }
span { border-color: rgb(166,92,11); }
td.TdClassName
{
border-color: #A65C0B;
}
.TagClassName
{
border-color: #A65C0B;
}
</style>