Shades of Au Chico #A75E5A
Tints of Au Chico #A75E5A
RGB
CMYK
RGB Variations
Color information
#A75E5A (or 0xA75E5A) is known color: Au Chico. HEX triplet: A7, 5E and 5A. RGB value is (167,94,90). Sum of RGB (Red+Green+Blue) = 167+94+90=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E5A is #58A1A5. Grayscale: #737373. Windows color (decimal): -5808550 or 5922471. OLE color: 5922471.
HSL color Cylindrical-coordinate representation of color #A75E5A: hue angle of 3.12º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75E5A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 90 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.35 |
| HSL | 3.12º | 0.3% | 0.5% | - |
| HSV(B) | 3.12º | 0.46% | 0.65% | - |
| XYZ | 21.78 | 16.96 | 11.8 | - |
| YUV | 115.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 90 | 0 | 0.44 | 0.46 | 0.35 | 3.12 | 0.3 | 0.5 |
| Hex | A7 | 5E | 5A | 0 | 2C | 2E | 23 | 3 | 1E | 32 |
| Octal | 247 | 136 | 132 | 0 | 54 | 56 | 43 | 3 | 36 | 62 |
| Binary | 10100111 | 1011110 | 1011010 | 0 | 101100 | 101110 | 100011 | 11 | 11110 | 110010 |
Color Harmonies of #A75E5A
Complementary color
Monochromatic Colors of #A75E5A
Black with #A75E5A
Text Example
Text Example
White with #A75E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E5A; }
p { color: rgb(167,94,90); }
H1.HeaderClassName
{
color: #A75E5A;
}
.AnyTagClassName
{
color: #A75E5A;
}
</style>
background-color css
<style>
a { background-color: #A75E5A; }
a { background-color: rgb(167,94,90); }
div.DivClassName
{
background-color: #A75E5A;
}
.BgClassName
{
background-color: #A75E5A;
}
</style>
border-color css
<style>
span { border-color: #A75E5A; }
span { border-color: rgb(167,94,90); }
td.TdClassName
{
border-color: #A75E5A;
}
.TagClassName
{
border-color: #A75E5A;
}
</style>