Shades of Golden Brown #AA641B
Tints of Golden Brown #AA641B
RGB
CMYK
RGB Variations
Color information
#AA641B (or 0xAA641B) is known color: Golden Brown. HEX triplet: AA, 64 and 1B. RGB value is (170,100,27). Sum of RGB (Red+Green+Blue) = 170+100+27=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA641B is #559BE4. Grayscale: #707070. Windows color (decimal): -5610469 or 1795242. OLE color: 1795242.
HSL color Cylindrical-coordinate representation of color #AA641B: hue angle of 30.63º 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 #AA641B is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 27 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.33 |
| HSL | 30.63º | 0.73% | 0.39% | - |
| HSV(B) | 30.63º | 0.84% | 0.67% | - |
| XYZ | 21.33 | 17.74 | 3.34 | - |
| YUV | 112.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 27 | 0 | 0.41 | 0.84 | 0.33 | 30.63 | 0.73 | 0.39 |
| Hex | AA | 64 | 1B | 0 | 29 | 54 | 21 | 1F | 49 | 27 |
| Octal | 252 | 144 | 33 | 0 | 51 | 124 | 41 | 37 | 111 | 47 |
| Binary | 10101010 | 1100100 | 11011 | 0 | 101001 | 1010100 | 100001 | 11111 | 1001001 | 100111 |
Color Harmonies of #AA641B
Complementary color
Monochromatic Colors of #AA641B
Black with #AA641B
Text Example
Text Example
White with #AA641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA641B; }
p { color: rgb(170,100,27); }
H1.HeaderClassName
{
color: #AA641B;
}
.AnyTagClassName
{
color: #AA641B;
}
</style>
background-color css
<style>
a { background-color: #AA641B; }
a { background-color: rgb(170,100,27); }
div.DivClassName
{
background-color: #AA641B;
}
.BgClassName
{
background-color: #AA641B;
}
</style>
border-color css
<style>
span { border-color: #AA641B; }
span { border-color: rgb(170,100,27); }
td.TdClassName
{
border-color: #AA641B;
}
.TagClassName
{
border-color: #AA641B;
}
</style>