Shades of Au Chico #A26158
Tints of Au Chico #A26158
RGB
CMYK
RGB Variations
Color information
#A26158 (or 0xA26158) is known color: Au Chico. HEX triplet: A2, 61 and 58. RGB value is (162,97,88). Sum of RGB (Red+Green+Blue) = 162+97+88=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A26158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26158 is #5D9EA7. Grayscale: #737373. Windows color (decimal): -6135464 or 5792162. OLE color: 5792162.
HSL color Cylindrical-coordinate representation of color #A26158: hue angle of 7.3º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26158 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 88 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.36 |
| HSL | 7.3º | 0.3% | 0.49% | - |
| HSV(B) | 7.3º | 0.46% | 0.64% | - |
| XYZ | 20.94 | 16.94 | 11.4 | - |
| YUV | 115.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 88 | 0 | 0.40 | 0.46 | 0.36 | 7.3 | 0.3 | 0.49 |
| Hex | A2 | 61 | 58 | 0 | 28 | 2E | 24 | 7 | 1E | 31 |
| Octal | 242 | 141 | 130 | 0 | 50 | 56 | 44 | 7 | 36 | 61 |
| Binary | 10100010 | 1100001 | 1011000 | 0 | 101000 | 101110 | 100100 | 111 | 11110 | 110001 |
Color Harmonies of #A26158
Complementary color
Monochromatic Colors of #A26158
Black with #A26158
Text Example
Text Example
White with #A26158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26158; }
p { color: rgb(162,97,88); }
H1.HeaderClassName
{
color: #A26158;
}
.AnyTagClassName
{
color: #A26158;
}
</style>
background-color css
<style>
a { background-color: #A26158; }
a { background-color: rgb(162,97,88); }
div.DivClassName
{
background-color: #A26158;
}
.BgClassName
{
background-color: #A26158;
}
</style>
border-color css
<style>
span { border-color: #A26158; }
span { border-color: rgb(162,97,88); }
td.TdClassName
{
border-color: #A26158;
}
.TagClassName
{
border-color: #A26158;
}
</style>