Shades of Golden Brown #AA661B
Tints of Golden Brown #AA661B
RGB
CMYK
RGB Variations
Color information
#AA661B (or 0xAA661B) is known color: Golden Brown. HEX triplet: AA, 66 and 1B. RGB value is (170,102,27). Sum of RGB (Red+Green+Blue) = 170+102+27=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA661B is #5599E4. Grayscale: #727272. Windows color (decimal): -5609957 or 1795754. OLE color: 1795754.
HSL color Cylindrical-coordinate representation of color #AA661B: hue angle of 31.47º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA661B is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 27 | - |
| CMYK | 0 | 0.4 | 0.84 | 0.33 |
| HSL | 31.47º | 0.73% | 0.39% | - |
| HSV(B) | 31.47º | 0.84% | 0.67% | - |
| XYZ | 21.53 | 18.13 | 3.4 | - |
| YUV | 113.78 | 79.03 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 27 | 0 | 0.4 | 0.84 | 0.33 | 31.47 | 0.73 | 0.39 |
| Hex | AA | 66 | 1B | 0 | 28 | 54 | 21 | 1F | 49 | 27 |
| Octal | 252 | 146 | 33 | 0 | 50 | 124 | 41 | 37 | 111 | 47 |
| Binary | 10101010 | 1100110 | 11011 | 0 | 101000 | 1010100 | 100001 | 11111 | 1001001 | 100111 |
Color Harmonies of #AA661B
Complementary color
Monochromatic Colors of #AA661B
Black with #AA661B
Text Example
Text Example
White with #AA661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA661B; }
p { color: rgb(170,102,27); }
H1.HeaderClassName
{
color: #AA661B;
}
.AnyTagClassName
{
color: #AA661B;
}
</style>
background-color css
<style>
a { background-color: #AA661B; }
a { background-color: rgb(170,102,27); }
div.DivClassName
{
background-color: #AA661B;
}
.BgClassName
{
background-color: #AA661B;
}
</style>
border-color css
<style>
span { border-color: #AA661B; }
span { border-color: rgb(170,102,27); }
td.TdClassName
{
border-color: #AA661B;
}
.TagClassName
{
border-color: #AA661B;
}
</style>