Shades of Au Chico #A75F5A
Tints of Au Chico #A75F5A
RGB
CMYK
RGB Variations
Color information
#A75F5A (or 0xA75F5A) is known color: Au Chico. HEX triplet: A7, 5F and 5A. RGB value is (167,95,90). Sum of RGB (Red+Green+Blue) = 167+95+90=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F5A is #58A0A5. Grayscale: #747474. Windows color (decimal): -5808294 or 5922727. OLE color: 5922727.
HSL color Cylindrical-coordinate representation of color #A75F5A: hue angle of 3.9º 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 #A75F5A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 95 | 90 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.35 |
| HSL | 3.9º | 0.3% | 0.5% | - |
| HSV(B) | 3.9º | 0.46% | 0.65% | - |
| XYZ | 21.87 | 17.14 | 11.83 | - |
| YUV | 115.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 90 | 0 | 0.43 | 0.46 | 0.35 | 3.9 | 0.3 | 0.5 |
| Hex | A7 | 5F | 5A | 0 | 2B | 2E | 23 | 4 | 1E | 32 |
| Octal | 247 | 137 | 132 | 0 | 53 | 56 | 43 | 4 | 36 | 62 |
| Binary | 10100111 | 1011111 | 1011010 | 0 | 101011 | 101110 | 100011 | 100 | 11110 | 110010 |
Color Harmonies of #A75F5A
Complementary color
Monochromatic Colors of #A75F5A
Black with #A75F5A
Text Example
Text Example
White with #A75F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75F5A; }
p { color: rgb(167,95,90); }
H1.HeaderClassName
{
color: #A75F5A;
}
.AnyTagClassName
{
color: #A75F5A;
}
</style>
background-color css
<style>
a { background-color: #A75F5A; }
a { background-color: rgb(167,95,90); }
div.DivClassName
{
background-color: #A75F5A;
}
.BgClassName
{
background-color: #A75F5A;
}
</style>
border-color css
<style>
span { border-color: #A75F5A; }
span { border-color: rgb(167,95,90); }
td.TdClassName
{
border-color: #A75F5A;
}
.TagClassName
{
border-color: #A75F5A;
}
</style>