Shades of Au Chico #AA675B
Tints of Au Chico #AA675B
RGB
CMYK
RGB Variations
Color information
#AA675B (or 0xAA675B) is known color: Au Chico. HEX triplet: AA, 67 and 5B. RGB value is (170,103,91). Sum of RGB (Red+Green+Blue) = 170+103+91=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA675B is #5598A4. Grayscale: #797979. Windows color (decimal): -5609637 or 5990314. OLE color: 5990314.
HSL color Cylindrical-coordinate representation of color #AA675B: hue angle of 9.11º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA675B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 91 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.33 |
| HSL | 9.11º | 0.32% | 0.51% | - |
| HSV(B) | 9.11º | 0.46% | 0.67% | - |
| XYZ | 23.32 | 19 | 12.34 | - |
| YUV | 121.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 91 | 0 | 0.39 | 0.46 | 0.33 | 9.11 | 0.32 | 0.51 |
| Hex | AA | 67 | 5B | 0 | 27 | 2E | 21 | 9 | 20 | 33 |
| Octal | 252 | 147 | 133 | 0 | 47 | 56 | 41 | 11 | 40 | 63 |
| Binary | 10101010 | 1100111 | 1011011 | 0 | 100111 | 101110 | 100001 | 1001 | 100000 | 110011 |
Color Harmonies of #AA675B
Complementary color
Monochromatic Colors of #AA675B
Black with #AA675B
Text Example
Text Example
White with #AA675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA675B; }
p { color: rgb(170,103,91); }
H1.HeaderClassName
{
color: #AA675B;
}
.AnyTagClassName
{
color: #AA675B;
}
</style>
background-color css
<style>
a { background-color: #AA675B; }
a { background-color: rgb(170,103,91); }
div.DivClassName
{
background-color: #AA675B;
}
.BgClassName
{
background-color: #AA675B;
}
</style>
border-color css
<style>
span { border-color: #AA675B; }
span { border-color: rgb(170,103,91); }
td.TdClassName
{
border-color: #AA675B;
}
.TagClassName
{
border-color: #AA675B;
}
</style>