Shades of Golden Brown #A65C14
Tints of Golden Brown #A65C14
RGB
CMYK
RGB Variations
Color information
#A65C14 (or 0xA65C14) is known color: Golden Brown. HEX triplet: A6, 5C and 14. RGB value is (166,92,20). Sum of RGB (Red+Green+Blue) = 166+92+20=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C14 is #59A3EB. Grayscale: #6A6A6A. Windows color (decimal): -5874668 or 1334438. OLE color: 1334438.
HSL color Cylindrical-coordinate representation of color #A65C14: hue angle of 29.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A65C14 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 20 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.35 |
| HSL | 29.59º | 0.78% | 0.36% | - |
| HSV(B) | 29.59º | 0.88% | 0.65% | - |
| XYZ | 19.68 | 15.81 | 2.68 | - |
| YUV | 105.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 20 | 0 | 0.45 | 0.88 | 0.35 | 29.59 | 0.78 | 0.36 |
| Hex | A6 | 5C | 14 | 0 | 2D | 58 | 23 | 1E | 4E | 24 |
| Octal | 246 | 134 | 24 | 0 | 55 | 130 | 43 | 36 | 116 | 44 |
| Binary | 10100110 | 1011100 | 10100 | 0 | 101101 | 1011000 | 100011 | 11110 | 1001110 | 100100 |
Color Harmonies of #A65C14
Complementary color
Monochromatic Colors of #A65C14
Black with #A65C14
Text Example
Text Example
White with #A65C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C14; }
p { color: rgb(166,92,20); }
H1.HeaderClassName
{
color: #A65C14;
}
.AnyTagClassName
{
color: #A65C14;
}
</style>
background-color css
<style>
a { background-color: #A65C14; }
a { background-color: rgb(166,92,20); }
div.DivClassName
{
background-color: #A65C14;
}
.BgClassName
{
background-color: #A65C14;
}
</style>
border-color css
<style>
span { border-color: #A65C14; }
span { border-color: rgb(166,92,20); }
td.TdClassName
{
border-color: #A65C14;
}
.TagClassName
{
border-color: #A65C14;
}
</style>