Shades of Golden Brown #A65C0D
Tints of Golden Brown #A65C0D
RGB
CMYK
RGB Variations
Color information
#A65C0D (or 0xA65C0D) is known color: Golden Brown. HEX triplet: A6, 5C and 0D. RGB value is (166,92,13). Sum of RGB (Red+Green+Blue) = 166+92+13=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C0D is #59A3F2. Grayscale: #696969. Windows color (decimal): -5874675 or 875686. OLE color: 875686.
HSL color Cylindrical-coordinate representation of color #A65C0D: hue angle of 30.98º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A65C0D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.35 |
| HSL | 30.98º | 0.85% | 0.35% | - |
| HSV(B) | 30.98º | 0.92% | 0.65% | - |
| XYZ | 19.63 | 15.79 | 2.39 | - |
| YUV | 105.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 13 | 0 | 0.45 | 0.92 | 0.35 | 30.98 | 0.85 | 0.35 |
| Hex | A6 | 5C | D | 0 | 2D | 5C | 23 | 1F | 55 | 23 |
| Octal | 246 | 134 | 15 | 0 | 55 | 134 | 43 | 37 | 125 | 43 |
| Binary | 10100110 | 1011100 | 1101 | 0 | 101101 | 1011100 | 100011 | 11111 | 1010101 | 100011 |
Color Harmonies of #A65C0D
Complementary color
Monochromatic Colors of #A65C0D
Black with #A65C0D
Text Example
Text Example
White with #A65C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C0D; }
p { color: rgb(166,92,13); }
H1.HeaderClassName
{
color: #A65C0D;
}
.AnyTagClassName
{
color: #A65C0D;
}
</style>
background-color css
<style>
a { background-color: #A65C0D; }
a { background-color: rgb(166,92,13); }
div.DivClassName
{
background-color: #A65C0D;
}
.BgClassName
{
background-color: #A65C0D;
}
</style>
border-color css
<style>
span { border-color: #A65C0D; }
span { border-color: rgb(166,92,13); }
td.TdClassName
{
border-color: #A65C0D;
}
.TagClassName
{
border-color: #A65C0D;
}
</style>