Shades of Au Chico #A26458
Tints of Au Chico #A26458
RGB
CMYK
RGB Variations
Color information
#A26458 (or 0xA26458) is known color: Au Chico. HEX triplet: A2, 64 and 58. RGB value is (162,100,88). Sum of RGB (Red+Green+Blue) = 162+100+88=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A26458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26458 is #5D9BA7. Grayscale: #757575. Windows color (decimal): -6134696 or 5792930. OLE color: 5792930.
HSL color Cylindrical-coordinate representation of color #A26458: hue angle of 9.73º 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 #A26458 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 100 | 88 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.36 |
| HSL | 9.73º | 0.3% | 0.49% | - |
| HSV(B) | 9.73º | 0.46% | 0.64% | - |
| XYZ | 21.22 | 17.5 | 11.49 | - |
| YUV | 117.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 88 | 0 | 0.38 | 0.46 | 0.36 | 9.73 | 0.3 | 0.49 |
| Hex | A2 | 64 | 58 | 0 | 26 | 2E | 24 | A | 1E | 31 |
| Octal | 242 | 144 | 130 | 0 | 46 | 56 | 44 | 12 | 36 | 61 |
| Binary | 10100010 | 1100100 | 1011000 | 0 | 100110 | 101110 | 100100 | 1010 | 11110 | 110001 |
Color Harmonies of #A26458
Complementary color
Monochromatic Colors of #A26458
Black with #A26458
Text Example
Text Example
White with #A26458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26458; }
p { color: rgb(162,100,88); }
H1.HeaderClassName
{
color: #A26458;
}
.AnyTagClassName
{
color: #A26458;
}
</style>
background-color css
<style>
a { background-color: #A26458; }
a { background-color: rgb(162,100,88); }
div.DivClassName
{
background-color: #A26458;
}
.BgClassName
{
background-color: #A26458;
}
</style>
border-color css
<style>
span { border-color: #A26458; }
span { border-color: rgb(162,100,88); }
td.TdClassName
{
border-color: #A26458;
}
.TagClassName
{
border-color: #A26458;
}
</style>