Shades of Golden Brown #AA641C
Tints of Golden Brown #AA641C
RGB
CMYK
RGB Variations
Color information
#AA641C (or 0xAA641C) is known color: Golden Brown. HEX triplet: AA, 64 and 1C. RGB value is (170,100,28). Sum of RGB (Red+Green+Blue) = 170+100+28=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA641C is #559BE3. Grayscale: #717171. Windows color (decimal): -5610468 or 1860778. OLE color: 1860778.
HSL color Cylindrical-coordinate representation of color #AA641C: hue angle of 30.42º degrees, saturation: 0.72, 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 #AA641C is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 28 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.33 |
| HSL | 30.42º | 0.72% | 0.39% | - |
| HSV(B) | 30.42º | 0.84% | 0.67% | - |
| XYZ | 21.34 | 17.74 | 3.4 | - |
| YUV | 112.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 28 | 0 | 0.41 | 0.84 | 0.33 | 30.42 | 0.72 | 0.39 |
| Hex | AA | 64 | 1C | 0 | 29 | 54 | 21 | 1E | 48 | 27 |
| Octal | 252 | 144 | 34 | 0 | 51 | 124 | 41 | 36 | 110 | 47 |
| Binary | 10101010 | 1100100 | 11100 | 0 | 101001 | 1010100 | 100001 | 11110 | 1001000 | 100111 |
Color Harmonies of #AA641C
Complementary color
Monochromatic Colors of #AA641C
Black with #AA641C
Text Example
Text Example
White with #AA641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA641C; }
p { color: rgb(170,100,28); }
H1.HeaderClassName
{
color: #AA641C;
}
.AnyTagClassName
{
color: #AA641C;
}
</style>
background-color css
<style>
a { background-color: #AA641C; }
a { background-color: rgb(170,100,28); }
div.DivClassName
{
background-color: #AA641C;
}
.BgClassName
{
background-color: #AA641C;
}
</style>
border-color css
<style>
span { border-color: #AA641C; }
span { border-color: rgb(170,100,28); }
td.TdClassName
{
border-color: #AA641C;
}
.TagClassName
{
border-color: #AA641C;
}
</style>