Shades of Golden Brown #AA651A
Tints of Golden Brown #AA651A
RGB
CMYK
RGB Variations
Color information
#AA651A (or 0xAA651A) is known color: Golden Brown. HEX triplet: AA, 65 and 1A. RGB value is (170,101,26). Sum of RGB (Red+Green+Blue) = 170+101+26=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA651A is #559AE5. Grayscale: #717171. Windows color (decimal): -5610214 or 1729962. OLE color: 1729962.
HSL color Cylindrical-coordinate representation of color #AA651A: hue angle of 31.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA651A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 26 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.33 |
| HSL | 31.25º | 0.73% | 0.38% | - |
| HSV(B) | 31.25º | 0.85% | 0.67% | - |
| XYZ | 21.42 | 17.93 | 3.31 | - |
| YUV | 113.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 26 | 0 | 0.41 | 0.85 | 0.33 | 31.25 | 0.73 | 0.38 |
| Hex | AA | 65 | 1A | 0 | 29 | 55 | 21 | 1F | 49 | 26 |
| Octal | 252 | 145 | 32 | 0 | 51 | 125 | 41 | 37 | 111 | 46 |
| Binary | 10101010 | 1100101 | 11010 | 0 | 101001 | 1010101 | 100001 | 11111 | 1001001 | 100110 |
Color Harmonies of #AA651A
Complementary color
Monochromatic Colors of #AA651A
Black with #AA651A
Text Example
Text Example
White with #AA651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA651A; }
p { color: rgb(170,101,26); }
H1.HeaderClassName
{
color: #AA651A;
}
.AnyTagClassName
{
color: #AA651A;
}
</style>
background-color css
<style>
a { background-color: #AA651A; }
a { background-color: rgb(170,101,26); }
div.DivClassName
{
background-color: #AA651A;
}
.BgClassName
{
background-color: #AA651A;
}
</style>
border-color css
<style>
span { border-color: #AA651A; }
span { border-color: rgb(170,101,26); }
td.TdClassName
{
border-color: #AA651A;
}
.TagClassName
{
border-color: #AA651A;
}
</style>