Shades of Golden Brown #A66019
Tints of Golden Brown #A66019
RGB
CMYK
RGB Variations
Color information
#A66019 (or 0xA66019) is known color: Golden Brown. HEX triplet: A6, 60 and 19. RGB value is (166,96,25). Sum of RGB (Red+Green+Blue) = 166+96+25=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A66019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66019 is #599FE6. Grayscale: #6D6D6D. Windows color (decimal): -5873639 or 1663142. OLE color: 1663142.
HSL color Cylindrical-coordinate representation of color #A66019: hue angle of 30.21º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A66019 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 25 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.35 |
| HSL | 30.21º | 0.74% | 0.37% | - |
| HSV(B) | 30.21º | 0.85% | 0.65% | - |
| XYZ | 20.08 | 16.54 | 3.05 | - |
| YUV | 108.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 25 | 0 | 0.42 | 0.85 | 0.35 | 30.21 | 0.74 | 0.37 |
| Hex | A6 | 60 | 19 | 0 | 2A | 55 | 23 | 1E | 4A | 25 |
| Octal | 246 | 140 | 31 | 0 | 52 | 125 | 43 | 36 | 112 | 45 |
| Binary | 10100110 | 1100000 | 11001 | 0 | 101010 | 1010101 | 100011 | 11110 | 1001010 | 100101 |
Color Harmonies of #A66019
Complementary color
Monochromatic Colors of #A66019
Black with #A66019
Text Example
Text Example
White with #A66019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66019; }
p { color: rgb(166,96,25); }
H1.HeaderClassName
{
color: #A66019;
}
.AnyTagClassName
{
color: #A66019;
}
</style>
background-color css
<style>
a { background-color: #A66019; }
a { background-color: rgb(166,96,25); }
div.DivClassName
{
background-color: #A66019;
}
.BgClassName
{
background-color: #A66019;
}
</style>
border-color css
<style>
span { border-color: #A66019; }
span { border-color: rgb(166,96,25); }
td.TdClassName
{
border-color: #A66019;
}
.TagClassName
{
border-color: #A66019;
}
</style>