Shades of Au Chico #A26552
Tints of Au Chico #A26552
RGB
CMYK
RGB Variations
Color information
#A26552 (or 0xA26552) is known color: Au Chico. HEX triplet: A2, 65 and 52. RGB value is (162,101,82). Sum of RGB (Red+Green+Blue) = 162+101+82=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26552 is #5D9AAD. Grayscale: #757575. Windows color (decimal): -6134446 or 5399970. OLE color: 5399970.
HSL color Cylindrical-coordinate representation of color #A26552: hue angle of 14.25º degrees, saturation: 0.33, 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 #A26552 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 82 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.36 |
| HSL | 14.25º | 0.33% | 0.48% | - |
| HSV(B) | 14.25º | 0.49% | 0.64% | - |
| XYZ | 21.08 | 17.6 | 10.27 | - |
| YUV | 117.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 82 | 0 | 0.38 | 0.49 | 0.36 | 14.25 | 0.33 | 0.48 |
| Hex | A2 | 65 | 52 | 0 | 26 | 31 | 24 | E | 21 | 30 |
| Octal | 242 | 145 | 122 | 0 | 46 | 61 | 44 | 16 | 41 | 60 |
| Binary | 10100010 | 1100101 | 1010010 | 0 | 100110 | 110001 | 100100 | 1110 | 100001 | 110000 |
Color Harmonies of #A26552
Complementary color
Monochromatic Colors of #A26552
Black with #A26552
Text Example
Text Example
White with #A26552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26552; }
p { color: rgb(162,101,82); }
H1.HeaderClassName
{
color: #A26552;
}
.AnyTagClassName
{
color: #A26552;
}
</style>
background-color css
<style>
a { background-color: #A26552; }
a { background-color: rgb(162,101,82); }
div.DivClassName
{
background-color: #A26552;
}
.BgClassName
{
background-color: #A26552;
}
</style>
border-color css
<style>
span { border-color: #A26552; }
span { border-color: rgb(162,101,82); }
td.TdClassName
{
border-color: #A26552;
}
.TagClassName
{
border-color: #A26552;
}
</style>