Shades of Au Chico #A0604F
Tints of Au Chico #A0604F
RGB
CMYK
RGB Variations
Color information
#A0604F (or 0xA0604F) is known color: Au Chico. HEX triplet: A0, 60 and 4F. RGB value is (160,96,79). Sum of RGB (Red+Green+Blue) = 160+96+79=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0604F is #5F9FB0. Grayscale: #717171. Windows color (decimal): -6266801 or 5202080. OLE color: 5202080.
HSL color Cylindrical-coordinate representation of color #A0604F: hue angle of 12.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0604F is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 79 | - |
| CMYK | 0 | 0.4 | 0.51 | 0.37 |
| HSL | 12.59º | 0.34% | 0.47% | - |
| HSV(B) | 12.59º | 0.51% | 0.63% | - |
| XYZ | 20.09 | 16.4 | 9.5 | - |
| YUV | 113.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 79 | 0 | 0.4 | 0.51 | 0.37 | 12.59 | 0.34 | 0.47 |
| Hex | A0 | 60 | 4F | 0 | 28 | 33 | 25 | D | 22 | 2F |
| Octal | 240 | 140 | 117 | 0 | 50 | 63 | 45 | 15 | 42 | 57 |
| Binary | 10100000 | 1100000 | 1001111 | 0 | 101000 | 110011 | 100101 | 1101 | 100010 | 101111 |
Color Harmonies of #A0604F
Complementary color
Monochromatic Colors of #A0604F
Black with #A0604F
Text Example
Text Example
White with #A0604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0604F; }
p { color: rgb(160,96,79); }
H1.HeaderClassName
{
color: #A0604F;
}
.AnyTagClassName
{
color: #A0604F;
}
</style>
background-color css
<style>
a { background-color: #A0604F; }
a { background-color: rgb(160,96,79); }
div.DivClassName
{
background-color: #A0604F;
}
.BgClassName
{
background-color: #A0604F;
}
</style>
border-color css
<style>
span { border-color: #A0604F; }
span { border-color: rgb(160,96,79); }
td.TdClassName
{
border-color: #A0604F;
}
.TagClassName
{
border-color: #A0604F;
}
</style>