Shades of Golden Brown #A65409
Tints of Golden Brown #A65409
RGB
CMYK
RGB Variations
Color information
#A65409 (or 0xA65409) is known color: Golden Brown. HEX triplet: A6, 54 and 09. RGB value is (166,84,9). Sum of RGB (Red+Green+Blue) = 166+84+9=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A65409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65409 is #59ABF6. Grayscale: #646464. Windows color (decimal): -5876727 or 611494. OLE color: 611494.
HSL color Cylindrical-coordinate representation of color #A65409: hue angle of 28.66º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A65409 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 9 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.35 |
| HSL | 28.66º | 0.9% | 0.34% | - |
| HSV(B) | 28.66º | 0.95% | 0.65% | - |
| XYZ | 18.95 | 14.47 | 2.05 | - |
| YUV | 99.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 9 | 0 | 0.49 | 0.95 | 0.35 | 28.66 | 0.9 | 0.34 |
| Hex | A6 | 54 | 9 | 0 | 31 | 5F | 23 | 1D | 5A | 22 |
| Octal | 246 | 124 | 11 | 0 | 61 | 137 | 43 | 35 | 132 | 42 |
| Binary | 10100110 | 1010100 | 1001 | 0 | 110001 | 1011111 | 100011 | 11101 | 1011010 | 100010 |
Color Harmonies of #A65409
Complementary color
Monochromatic Colors of #A65409
Black with #A65409
Text Example
Text Example
White with #A65409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65409; }
p { color: rgb(166,84,9); }
H1.HeaderClassName
{
color: #A65409;
}
.AnyTagClassName
{
color: #A65409;
}
</style>
background-color css
<style>
a { background-color: #A65409; }
a { background-color: rgb(166,84,9); }
div.DivClassName
{
background-color: #A65409;
}
.BgClassName
{
background-color: #A65409;
}
</style>
border-color css
<style>
span { border-color: #A65409; }
span { border-color: rgb(166,84,9); }
td.TdClassName
{
border-color: #A65409;
}
.TagClassName
{
border-color: #A65409;
}
</style>