Shades of Golden Brown #A66508
Tints of Golden Brown #A66508
RGB
CMYK
RGB Variations
Color information
#A66508 (or 0xA66508) is known color: Golden Brown. HEX triplet: A6, 65 and 08. RGB value is (166,101,8). Sum of RGB (Red+Green+Blue) = 166+101+8=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A66508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66508 is #599AF7. Grayscale: #6E6E6E. Windows color (decimal): -5872376 or 550310. OLE color: 550310.
HSL color Cylindrical-coordinate representation of color #A66508: hue angle of 35.32º 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 #A66508 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.35 |
| HSL | 35.32º | 0.91% | 0.34% | - |
| HSV(B) | 35.32º | 0.95% | 0.65% | - |
| XYZ | 20.42 | 17.43 | 2.52 | - |
| YUV | 109.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 8 | 0 | 0.39 | 0.95 | 0.35 | 35.32 | 0.91 | 0.34 |
| Hex | A6 | 65 | 8 | 0 | 27 | 5F | 23 | 23 | 5B | 22 |
| Octal | 246 | 145 | 10 | 0 | 47 | 137 | 43 | 43 | 133 | 42 |
| Binary | 10100110 | 1100101 | 1000 | 0 | 100111 | 1011111 | 100011 | 100011 | 1011011 | 100010 |
Color Harmonies of #A66508
Complementary color
Monochromatic Colors of #A66508
Black with #A66508
Text Example
Text Example
White with #A66508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66508; }
p { color: rgb(166,101,8); }
H1.HeaderClassName
{
color: #A66508;
}
.AnyTagClassName
{
color: #A66508;
}
</style>
background-color css
<style>
a { background-color: #A66508; }
a { background-color: rgb(166,101,8); }
div.DivClassName
{
background-color: #A66508;
}
.BgClassName
{
background-color: #A66508;
}
</style>
border-color css
<style>
span { border-color: #A66508; }
span { border-color: rgb(166,101,8); }
td.TdClassName
{
border-color: #A66508;
}
.TagClassName
{
border-color: #A66508;
}
</style>