Shades of Golden Brown #AA680B
Tints of Golden Brown #AA680B
RGB
CMYK
RGB Variations
Color information
#AA680B (or 0xAA680B) is known color: Golden Brown. HEX triplet: AA, 68 and 0B. RGB value is (170,104,11). Sum of RGB (Red+Green+Blue) = 170+104+11=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA680B is #5597F4. Grayscale: #717171. Windows color (decimal): -5609461 or 747690. OLE color: 747690.
HSL color Cylindrical-coordinate representation of color #AA680B: hue angle of 35.09º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA680B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.33 |
| HSL | 35.09º | 0.88% | 0.35% | - |
| HSV(B) | 35.09º | 0.94% | 0.67% | - |
| XYZ | 21.59 | 18.47 | 2.74 | - |
| YUV | 113.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 11 | 0 | 0.39 | 0.94 | 0.33 | 35.09 | 0.88 | 0.35 |
| Hex | AA | 68 | B | 0 | 27 | 5E | 21 | 23 | 58 | 23 |
| Octal | 252 | 150 | 13 | 0 | 47 | 136 | 41 | 43 | 130 | 43 |
| Binary | 10101010 | 1101000 | 1011 | 0 | 100111 | 1011110 | 100001 | 100011 | 1011000 | 100011 |
Color Harmonies of #AA680B
Complementary color
Monochromatic Colors of #AA680B
Black with #AA680B
Text Example
Text Example
White with #AA680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA680B; }
p { color: rgb(170,104,11); }
H1.HeaderClassName
{
color: #AA680B;
}
.AnyTagClassName
{
color: #AA680B;
}
</style>
background-color css
<style>
a { background-color: #AA680B; }
a { background-color: rgb(170,104,11); }
div.DivClassName
{
background-color: #AA680B;
}
.BgClassName
{
background-color: #AA680B;
}
</style>
border-color css
<style>
span { border-color: #AA680B; }
span { border-color: rgb(170,104,11); }
td.TdClassName
{
border-color: #AA680B;
}
.TagClassName
{
border-color: #AA680B;
}
</style>