Shades of Au Chico #AA6458
Tints of Au Chico #AA6458
RGB
CMYK
RGB Variations
Color information
#AA6458 (or 0xAA6458) is known color: Au Chico. HEX triplet: AA, 64 and 58. RGB value is (170,100,88). Sum of RGB (Red+Green+Blue) = 170+100+88=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6458 is #559BA7. Grayscale: #777777. Windows color (decimal): -5610408 or 5792938. OLE color: 5792938.
HSL color Cylindrical-coordinate representation of color #AA6458: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6458 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 88 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.33 |
| HSL | 8.78º | 0.33% | 0.51% | - |
| HSV(B) | 8.78º | 0.48% | 0.67% | - |
| XYZ | 22.9 | 18.36 | 11.57 | - |
| YUV | 119.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 88 | 0 | 0.41 | 0.48 | 0.33 | 8.78 | 0.33 | 0.51 |
| Hex | AA | 64 | 58 | 0 | 29 | 30 | 21 | 9 | 21 | 33 |
| Octal | 252 | 144 | 130 | 0 | 51 | 60 | 41 | 11 | 41 | 63 |
| Binary | 10101010 | 1100100 | 1011000 | 0 | 101001 | 110000 | 100001 | 1001 | 100001 | 110011 |
Color Harmonies of #AA6458
Complementary color
Monochromatic Colors of #AA6458
Black with #AA6458
Text Example
Text Example
White with #AA6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6458; }
p { color: rgb(170,100,88); }
H1.HeaderClassName
{
color: #AA6458;
}
.AnyTagClassName
{
color: #AA6458;
}
</style>
background-color css
<style>
a { background-color: #AA6458; }
a { background-color: rgb(170,100,88); }
div.DivClassName
{
background-color: #AA6458;
}
.BgClassName
{
background-color: #AA6458;
}
</style>
border-color css
<style>
span { border-color: #AA6458; }
span { border-color: rgb(170,100,88); }
td.TdClassName
{
border-color: #AA6458;
}
.TagClassName
{
border-color: #AA6458;
}
</style>