Shades of Golden Brown #AA641D
Tints of Golden Brown #AA641D
RGB
CMYK
RGB Variations
Color information
#AA641D (or 0xAA641D) is known color: Golden Brown. HEX triplet: AA, 64 and 1D. RGB value is (170,100,29). Sum of RGB (Red+Green+Blue) = 170+100+29=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA641D is #559BE2. Grayscale: #717171. Windows color (decimal): -5610467 or 1926314. OLE color: 1926314.
HSL color Cylindrical-coordinate representation of color #AA641D: hue angle of 30.21º 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 #AA641D is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 29 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.33 |
| HSL | 30.21º | 0.71% | 0.39% | - |
| HSV(B) | 30.21º | 0.83% | 0.67% | - |
| XYZ | 21.36 | 17.75 | 3.46 | - |
| YUV | 112.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 29 | 0 | 0.41 | 0.83 | 0.33 | 30.21 | 0.71 | 0.39 |
| Hex | AA | 64 | 1D | 0 | 29 | 53 | 21 | 1E | 47 | 27 |
| Octal | 252 | 144 | 35 | 0 | 51 | 123 | 41 | 36 | 107 | 47 |
| Binary | 10101010 | 1100100 | 11101 | 0 | 101001 | 1010011 | 100001 | 11110 | 1000111 | 100111 |
Color Harmonies of #AA641D
Complementary color
Monochromatic Colors of #AA641D
Black with #AA641D
Text Example
Text Example
White with #AA641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA641D; }
p { color: rgb(170,100,29); }
H1.HeaderClassName
{
color: #AA641D;
}
.AnyTagClassName
{
color: #AA641D;
}
</style>
background-color css
<style>
a { background-color: #AA641D; }
a { background-color: rgb(170,100,29); }
div.DivClassName
{
background-color: #AA641D;
}
.BgClassName
{
background-color: #AA641D;
}
</style>
border-color css
<style>
span { border-color: #AA641D; }
span { border-color: rgb(170,100,29); }
td.TdClassName
{
border-color: #AA641D;
}
.TagClassName
{
border-color: #AA641D;
}
</style>