Shades of Au Chico #A0645B
Tints of Au Chico #A0645B
RGB
CMYK
RGB Variations
Color information
#A0645B (or 0xA0645B) is known color: Au Chico. HEX triplet: A0, 64 and 5B. RGB value is (160,100,91). Sum of RGB (Red+Green+Blue) = 160+100+91=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0645B is #5F9BA4. Grayscale: #757575. Windows color (decimal): -6265765 or 5989536. OLE color: 5989536.
HSL color Cylindrical-coordinate representation of color #A0645B: hue angle of 7.83º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0645B is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 91 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.37 |
| HSL | 7.83º | 0.27% | 0.49% | - |
| HSV(B) | 7.83º | 0.43% | 0.63% | - |
| XYZ | 20.94 | 17.34 | 12.14 | - |
| YUV | 116.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 91 | 0 | 0.38 | 0.43 | 0.37 | 7.83 | 0.27 | 0.49 |
| Hex | A0 | 64 | 5B | 0 | 26 | 2B | 25 | 8 | 1B | 31 |
| Octal | 240 | 144 | 133 | 0 | 46 | 53 | 45 | 10 | 33 | 61 |
| Binary | 10100000 | 1100100 | 1011011 | 0 | 100110 | 101011 | 100101 | 1000 | 11011 | 110001 |
Color Harmonies of #A0645B
Complementary color
Monochromatic Colors of #A0645B
Black with #A0645B
Text Example
Text Example
White with #A0645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0645B; }
p { color: rgb(160,100,91); }
H1.HeaderClassName
{
color: #A0645B;
}
.AnyTagClassName
{
color: #A0645B;
}
</style>
background-color css
<style>
a { background-color: #A0645B; }
a { background-color: rgb(160,100,91); }
div.DivClassName
{
background-color: #A0645B;
}
.BgClassName
{
background-color: #A0645B;
}
</style>
border-color css
<style>
span { border-color: #A0645B; }
span { border-color: rgb(160,100,91); }
td.TdClassName
{
border-color: #A0645B;
}
.TagClassName
{
border-color: #A0645B;
}
</style>