Shades of Golden Brown #AA650D
Tints of Golden Brown #AA650D
RGB
CMYK
RGB Variations
Color information
#AA650D (or 0xAA650D) is known color: Golden Brown. HEX triplet: AA, 65 and 0D. RGB value is (170,101,13). Sum of RGB (Red+Green+Blue) = 170+101+13=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA650D is #559AF2. Grayscale: #707070. Windows color (decimal): -5610227 or 877994. OLE color: 877994.
HSL color Cylindrical-coordinate representation of color #AA650D: hue angle of 33.63º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA650D is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 13 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.33 |
| HSL | 33.63º | 0.86% | 0.36% | - |
| HSV(B) | 33.63º | 0.92% | 0.67% | - |
| XYZ | 21.3 | 17.88 | 2.71 | - |
| YUV | 111.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 13 | 0 | 0.41 | 0.92 | 0.33 | 33.63 | 0.86 | 0.36 |
| Hex | AA | 65 | D | 0 | 29 | 5C | 21 | 22 | 56 | 24 |
| Octal | 252 | 145 | 15 | 0 | 51 | 134 | 41 | 42 | 126 | 44 |
| Binary | 10101010 | 1100101 | 1101 | 0 | 101001 | 1011100 | 100001 | 100010 | 1010110 | 100100 |
Color Harmonies of #AA650D
Complementary color
Monochromatic Colors of #AA650D
Black with #AA650D
Text Example
Text Example
White with #AA650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA650D; }
p { color: rgb(170,101,13); }
H1.HeaderClassName
{
color: #AA650D;
}
.AnyTagClassName
{
color: #AA650D;
}
</style>
background-color css
<style>
a { background-color: #AA650D; }
a { background-color: rgb(170,101,13); }
div.DivClassName
{
background-color: #AA650D;
}
.BgClassName
{
background-color: #AA650D;
}
</style>
border-color css
<style>
span { border-color: #AA650D; }
span { border-color: rgb(170,101,13); }
td.TdClassName
{
border-color: #AA650D;
}
.TagClassName
{
border-color: #AA650D;
}
</style>