Shades of Golden Brown #AA671C
Tints of Golden Brown #AA671C
RGB
CMYK
RGB Variations
Color information
#AA671C (or 0xAA671C) is known color: Golden Brown. HEX triplet: AA, 67 and 1C. RGB value is (170,103,28). Sum of RGB (Red+Green+Blue) = 170+103+28=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671C is #5598E3. Grayscale: #727272. Windows color (decimal): -5609700 or 1861546. OLE color: 1861546.
HSL color Cylindrical-coordinate representation of color #AA671C: hue angle of 31.69º 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 #AA671C is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 28 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.33 |
| HSL | 31.69º | 0.72% | 0.39% | - |
| HSV(B) | 31.69º | 0.84% | 0.67% | - |
| XYZ | 21.64 | 18.33 | 3.5 | - |
| YUV | 114.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 28 | 0 | 0.39 | 0.84 | 0.33 | 31.69 | 0.72 | 0.39 |
| Hex | AA | 67 | 1C | 0 | 27 | 54 | 21 | 20 | 48 | 27 |
| Octal | 252 | 147 | 34 | 0 | 47 | 124 | 41 | 40 | 110 | 47 |
| Binary | 10101010 | 1100111 | 11100 | 0 | 100111 | 1010100 | 100001 | 100000 | 1001000 | 100111 |
Color Harmonies of #AA671C
Complementary color
Monochromatic Colors of #AA671C
Black with #AA671C
Text Example
Text Example
White with #AA671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA671C; }
p { color: rgb(170,103,28); }
H1.HeaderClassName
{
color: #AA671C;
}
.AnyTagClassName
{
color: #AA671C;
}
</style>
background-color css
<style>
a { background-color: #AA671C; }
a { background-color: rgb(170,103,28); }
div.DivClassName
{
background-color: #AA671C;
}
.BgClassName
{
background-color: #AA671C;
}
</style>
border-color css
<style>
span { border-color: #AA671C; }
span { border-color: rgb(170,103,28); }
td.TdClassName
{
border-color: #AA671C;
}
.TagClassName
{
border-color: #AA671C;
}
</style>