Shades of Au Chico #A9615C
Tints of Au Chico #A9615C
RGB
CMYK
RGB Variations
Color information
#A9615C (or 0xA9615C) is known color: Au Chico. HEX triplet: A9, 61 and 5C. RGB value is (169,97,92). Sum of RGB (Red+Green+Blue) = 169+97+92=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9615C is #569EA3. Grayscale: #767676. Windows color (decimal): -5676708 or 6054313. OLE color: 6054313.
HSL color Cylindrical-coordinate representation of color #A9615C: hue angle of 3.9º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9615C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 92 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.34 |
| HSL | 3.9º | 0.31% | 0.51% | - |
| HSV(B) | 3.9º | 0.46% | 0.66% | - |
| XYZ | 22.57 | 17.76 | 12.36 | - |
| YUV | 117.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 92 | 0 | 0.43 | 0.46 | 0.34 | 3.9 | 0.31 | 0.51 |
| Hex | A9 | 61 | 5C | 0 | 2B | 2E | 22 | 4 | 1F | 33 |
| Octal | 251 | 141 | 134 | 0 | 53 | 56 | 42 | 4 | 37 | 63 |
| Binary | 10101001 | 1100001 | 1011100 | 0 | 101011 | 101110 | 100010 | 100 | 11111 | 110011 |
Color Harmonies of #A9615C
Complementary color
Monochromatic Colors of #A9615C
Black with #A9615C
Text Example
Text Example
White with #A9615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9615C; }
p { color: rgb(169,97,92); }
H1.HeaderClassName
{
color: #A9615C;
}
.AnyTagClassName
{
color: #A9615C;
}
</style>
background-color css
<style>
a { background-color: #A9615C; }
a { background-color: rgb(169,97,92); }
div.DivClassName
{
background-color: #A9615C;
}
.BgClassName
{
background-color: #A9615C;
}
</style>
border-color css
<style>
span { border-color: #A9615C; }
span { border-color: rgb(169,97,92); }
td.TdClassName
{
border-color: #A9615C;
}
.TagClassName
{
border-color: #A9615C;
}
</style>