Shades of Golden Brown #AA681D
Tints of Golden Brown #AA681D
RGB
CMYK
RGB Variations
Color information
#AA681D (or 0xAA681D) is known color: Golden Brown. HEX triplet: AA, 68 and 1D. RGB value is (170,104,29). Sum of RGB (Red+Green+Blue) = 170+104+29=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA681D is #5597E2. Grayscale: #737373. Windows color (decimal): -5609443 or 1927338. OLE color: 1927338.
HSL color Cylindrical-coordinate representation of color #AA681D: hue angle of 31.91º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA681D is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 29 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.33 |
| HSL | 31.91º | 0.71% | 0.39% | - |
| HSV(B) | 31.91º | 0.83% | 0.67% | - |
| XYZ | 21.75 | 18.54 | 3.59 | - |
| YUV | 115.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 29 | 0 | 0.39 | 0.83 | 0.33 | 31.91 | 0.71 | 0.39 |
| Hex | AA | 68 | 1D | 0 | 27 | 53 | 21 | 20 | 47 | 27 |
| Octal | 252 | 150 | 35 | 0 | 47 | 123 | 41 | 40 | 107 | 47 |
| Binary | 10101010 | 1101000 | 11101 | 0 | 100111 | 1010011 | 100001 | 100000 | 1000111 | 100111 |
Color Harmonies of #AA681D
Complementary color
Monochromatic Colors of #AA681D
Black with #AA681D
Text Example
Text Example
White with #AA681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA681D; }
p { color: rgb(170,104,29); }
H1.HeaderClassName
{
color: #AA681D;
}
.AnyTagClassName
{
color: #AA681D;
}
</style>
background-color css
<style>
a { background-color: #AA681D; }
a { background-color: rgb(170,104,29); }
div.DivClassName
{
background-color: #AA681D;
}
.BgClassName
{
background-color: #AA681D;
}
</style>
border-color css
<style>
span { border-color: #AA681D; }
span { border-color: rgb(170,104,29); }
td.TdClassName
{
border-color: #AA681D;
}
.TagClassName
{
border-color: #AA681D;
}
</style>