Shades of Au Chico #A26153
Tints of Au Chico #A26153
RGB
CMYK
RGB Variations
Color information
#A26153 (or 0xA26153) is known color: Au Chico. HEX triplet: A2, 61 and 53. RGB value is (162,97,83). Sum of RGB (Red+Green+Blue) = 162+97+83=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A26153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26153 is #5D9EAC. Grayscale: #727272. Windows color (decimal): -6135469 or 5464482. OLE color: 5464482.
HSL color Cylindrical-coordinate representation of color #A26153: hue angle of 10.63º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26153 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 83 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.36 |
| HSL | 10.63º | 0.32% | 0.48% | - |
| HSV(B) | 10.63º | 0.49% | 0.64% | - |
| XYZ | 20.74 | 16.86 | 10.34 | - |
| YUV | 114.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 83 | 0 | 0.40 | 0.49 | 0.36 | 10.63 | 0.32 | 0.48 |
| Hex | A2 | 61 | 53 | 0 | 28 | 31 | 24 | B | 20 | 30 |
| Octal | 242 | 141 | 123 | 0 | 50 | 61 | 44 | 13 | 40 | 60 |
| Binary | 10100010 | 1100001 | 1010011 | 0 | 101000 | 110001 | 100100 | 1011 | 100000 | 110000 |
Color Harmonies of #A26153
Complementary color
Monochromatic Colors of #A26153
Black with #A26153
Text Example
Text Example
White with #A26153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26153; }
p { color: rgb(162,97,83); }
H1.HeaderClassName
{
color: #A26153;
}
.AnyTagClassName
{
color: #A26153;
}
</style>
background-color css
<style>
a { background-color: #A26153; }
a { background-color: rgb(162,97,83); }
div.DivClassName
{
background-color: #A26153;
}
.BgClassName
{
background-color: #A26153;
}
</style>
border-color css
<style>
span { border-color: #A26153; }
span { border-color: rgb(162,97,83); }
td.TdClassName
{
border-color: #A26153;
}
.TagClassName
{
border-color: #A26153;
}
</style>