Shades of Golden Brown #AA671B
Tints of Golden Brown #AA671B
RGB
CMYK
RGB Variations
Color information
#AA671B (or 0xAA671B) is known color: Golden Brown. HEX triplet: AA, 67 and 1B. RGB value is (170,103,27). Sum of RGB (Red+Green+Blue) = 170+103+27=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671B is #5598E4. Grayscale: #727272. Windows color (decimal): -5609701 or 1796010. OLE color: 1796010.
HSL color Cylindrical-coordinate representation of color #AA671B: hue angle of 31.89º 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 #AA671B is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 27 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.33 |
| HSL | 31.89º | 0.73% | 0.39% | - |
| HSV(B) | 31.89º | 0.84% | 0.67% | - |
| XYZ | 21.63 | 18.33 | 3.43 | - |
| YUV | 114.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 27 | 0 | 0.39 | 0.84 | 0.33 | 31.89 | 0.73 | 0.39 |
| Hex | AA | 67 | 1B | 0 | 27 | 54 | 21 | 20 | 49 | 27 |
| Octal | 252 | 147 | 33 | 0 | 47 | 124 | 41 | 40 | 111 | 47 |
| Binary | 10101010 | 1100111 | 11011 | 0 | 100111 | 1010100 | 100001 | 100000 | 1001001 | 100111 |
Color Harmonies of #AA671B
Complementary color
Monochromatic Colors of #AA671B
Black with #AA671B
Text Example
Text Example
White with #AA671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA671B; }
p { color: rgb(170,103,27); }
H1.HeaderClassName
{
color: #AA671B;
}
.AnyTagClassName
{
color: #AA671B;
}
</style>
background-color css
<style>
a { background-color: #AA671B; }
a { background-color: rgb(170,103,27); }
div.DivClassName
{
background-color: #AA671B;
}
.BgClassName
{
background-color: #AA671B;
}
</style>
border-color css
<style>
span { border-color: #AA671B; }
span { border-color: rgb(170,103,27); }
td.TdClassName
{
border-color: #AA671B;
}
.TagClassName
{
border-color: #AA671B;
}
</style>