Shades of Golden Brown #AA671A
Tints of Golden Brown #AA671A
RGB
CMYK
RGB Variations
Color information
#AA671A (or 0xAA671A) is known color: Golden Brown. HEX triplet: AA, 67 and 1A. RGB value is (170,103,26). Sum of RGB (Red+Green+Blue) = 170+103+26=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671A is #5598E5. Grayscale: #727272. Windows color (decimal): -5609702 or 1730474. OLE color: 1730474.
HSL color Cylindrical-coordinate representation of color #AA671A: hue angle of 32.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA671A is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 26 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.33 |
| HSL | 32.08º | 0.73% | 0.38% | - |
| HSV(B) | 32.08º | 0.85% | 0.67% | - |
| XYZ | 21.61 | 18.32 | 3.37 | - |
| YUV | 114.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 26 | 0 | 0.39 | 0.85 | 0.33 | 32.08 | 0.73 | 0.38 |
| Hex | AA | 67 | 1A | 0 | 27 | 55 | 21 | 20 | 49 | 26 |
| Octal | 252 | 147 | 32 | 0 | 47 | 125 | 41 | 40 | 111 | 46 |
| Binary | 10101010 | 1100111 | 11010 | 0 | 100111 | 1010101 | 100001 | 100000 | 1001001 | 100110 |
Color Harmonies of #AA671A
Complementary color
Monochromatic Colors of #AA671A
Black with #AA671A
Text Example
Text Example
White with #AA671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA671A; }
p { color: rgb(170,103,26); }
H1.HeaderClassName
{
color: #AA671A;
}
.AnyTagClassName
{
color: #AA671A;
}
</style>
background-color css
<style>
a { background-color: #AA671A; }
a { background-color: rgb(170,103,26); }
div.DivClassName
{
background-color: #AA671A;
}
.BgClassName
{
background-color: #AA671A;
}
</style>
border-color css
<style>
span { border-color: #AA671A; }
span { border-color: rgb(170,103,26); }
td.TdClassName
{
border-color: #AA671A;
}
.TagClassName
{
border-color: #AA671A;
}
</style>