Shades of Au Chico #A4605C
Tints of Au Chico #A4605C
RGB
CMYK
RGB Variations
Color information
#A4605C (or 0xA4605C) is known color: Au Chico. HEX triplet: A4, 60 and 5C. RGB value is (164,96,92). Sum of RGB (Red+Green+Blue) = 164+96+92=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4605C is #5B9FA3. Grayscale: #737373. Windows color (decimal): -6004644 or 6054052. OLE color: 6054052.
HSL color Cylindrical-coordinate representation of color #A4605C: hue angle of 3.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4605C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 92 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.36 |
| HSL | 3.33º | 0.28% | 0.5% | - |
| HSV(B) | 3.33º | 0.44% | 0.64% | - |
| XYZ | 21.42 | 17.03 | 12.28 | - |
| YUV | 115.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 92 | 0 | 0.41 | 0.44 | 0.36 | 3.33 | 0.28 | 0.5 |
| Hex | A4 | 60 | 5C | 0 | 29 | 2C | 24 | 3 | 1C | 32 |
| Octal | 244 | 140 | 134 | 0 | 51 | 54 | 44 | 3 | 34 | 62 |
| Binary | 10100100 | 1100000 | 1011100 | 0 | 101001 | 101100 | 100100 | 11 | 11100 | 110010 |
Color Harmonies of #A4605C
Complementary color
Monochromatic Colors of #A4605C
Black with #A4605C
Text Example
Text Example
White with #A4605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4605C; }
p { color: rgb(164,96,92); }
H1.HeaderClassName
{
color: #A4605C;
}
.AnyTagClassName
{
color: #A4605C;
}
</style>
background-color css
<style>
a { background-color: #A4605C; }
a { background-color: rgb(164,96,92); }
div.DivClassName
{
background-color: #A4605C;
}
.BgClassName
{
background-color: #A4605C;
}
</style>
border-color css
<style>
span { border-color: #A4605C; }
span { border-color: rgb(164,96,92); }
td.TdClassName
{
border-color: #A4605C;
}
.TagClassName
{
border-color: #A4605C;
}
</style>