Shades of Golden Brown #A66008
Tints of Golden Brown #A66008
RGB
CMYK
RGB Variations
Color information
#A66008 (or 0xA66008) is known color: Golden Brown. HEX triplet: A6, 60 and 08. RGB value is (166,96,8). Sum of RGB (Red+Green+Blue) = 166+96+8=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A66008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66008 is #599FF7. Grayscale: #6B6B6B. Windows color (decimal): -5873656 or 549030. OLE color: 549030.
HSL color Cylindrical-coordinate representation of color #A66008: hue angle of 33.42º degrees, saturation: 0.91, 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 #A66008 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 8 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.35 |
| HSL | 33.42º | 0.91% | 0.34% | - |
| HSV(B) | 33.42º | 0.95% | 0.65% | - |
| XYZ | 19.95 | 16.49 | 2.36 | - |
| YUV | 106.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 8 | 0 | 0.42 | 0.95 | 0.35 | 33.42 | 0.91 | 0.34 |
| Hex | A6 | 60 | 8 | 0 | 2A | 5F | 23 | 21 | 5B | 22 |
| Octal | 246 | 140 | 10 | 0 | 52 | 137 | 43 | 41 | 133 | 42 |
| Binary | 10100110 | 1100000 | 1000 | 0 | 101010 | 1011111 | 100011 | 100001 | 1011011 | 100010 |
Color Harmonies of #A66008
Complementary color
Monochromatic Colors of #A66008
Black with #A66008
Text Example
Text Example
White with #A66008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66008; }
p { color: rgb(166,96,8); }
H1.HeaderClassName
{
color: #A66008;
}
.AnyTagClassName
{
color: #A66008;
}
</style>
background-color css
<style>
a { background-color: #A66008; }
a { background-color: rgb(166,96,8); }
div.DivClassName
{
background-color: #A66008;
}
.BgClassName
{
background-color: #A66008;
}
</style>
border-color css
<style>
span { border-color: #A66008; }
span { border-color: rgb(166,96,8); }
td.TdClassName
{
border-color: #A66008;
}
.TagClassName
{
border-color: #A66008;
}
</style>