Shades of Golden Brown #AA671D
Tints of Golden Brown #AA671D
RGB
CMYK
RGB Variations
Color information
#AA671D (or 0xAA671D) is known color: Golden Brown. HEX triplet: AA, 67 and 1D. RGB value is (170,103,29). Sum of RGB (Red+Green+Blue) = 170+103+29=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671D is #5598E2. Grayscale: #727272. Windows color (decimal): -5609699 or 1927082. OLE color: 1927082.
HSL color Cylindrical-coordinate representation of color #AA671D: hue angle of 31.49º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA671D is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 29 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.33 |
| HSL | 31.49º | 0.71% | 0.39% | - |
| HSV(B) | 31.49º | 0.83% | 0.67% | - |
| XYZ | 21.65 | 18.34 | 3.56 | - |
| YUV | 114.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 29 | 0 | 0.39 | 0.83 | 0.33 | 31.49 | 0.71 | 0.39 |
| Hex | AA | 67 | 1D | 0 | 27 | 53 | 21 | 1F | 47 | 27 |
| Octal | 252 | 147 | 35 | 0 | 47 | 123 | 41 | 37 | 107 | 47 |
| Binary | 10101010 | 1100111 | 11101 | 0 | 100111 | 1010011 | 100001 | 11111 | 1000111 | 100111 |
Color Harmonies of #AA671D
Complementary color
Monochromatic Colors of #AA671D
Black with #AA671D
Text Example
Text Example
White with #AA671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA671D; }
p { color: rgb(170,103,29); }
H1.HeaderClassName
{
color: #AA671D;
}
.AnyTagClassName
{
color: #AA671D;
}
</style>
background-color css
<style>
a { background-color: #AA671D; }
a { background-color: rgb(170,103,29); }
div.DivClassName
{
background-color: #AA671D;
}
.BgClassName
{
background-color: #AA671D;
}
</style>
border-color css
<style>
span { border-color: #AA671D; }
span { border-color: rgb(170,103,29); }
td.TdClassName
{
border-color: #AA671D;
}
.TagClassName
{
border-color: #AA671D;
}
</style>