Shades of Au Chico #A26251
Tints of Au Chico #A26251
RGB
CMYK
RGB Variations
Color information
#A26251 (or 0xA26251) is known color: Au Chico. HEX triplet: A2, 62 and 51. RGB value is (162,98,81). Sum of RGB (Red+Green+Blue) = 162+98+81=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A26251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26251 is #5D9DAE. Grayscale: #737373. Windows color (decimal): -6135215 or 5333666. OLE color: 5333666.
HSL color Cylindrical-coordinate representation of color #A26251: hue angle of 12.59º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26251 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 81 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.36 |
| HSL | 12.59º | 0.33% | 0.48% | - |
| HSV(B) | 12.59º | 0.5% | 0.64% | - |
| XYZ | 20.75 | 17.01 | 9.97 | - |
| YUV | 115.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 81 | 0 | 0.40 | 0.50 | 0.36 | 12.59 | 0.33 | 0.48 |
| Hex | A2 | 62 | 51 | 0 | 28 | 32 | 24 | D | 21 | 30 |
| Octal | 242 | 142 | 121 | 0 | 50 | 62 | 44 | 15 | 41 | 60 |
| Binary | 10100010 | 1100010 | 1010001 | 0 | 101000 | 110010 | 100100 | 1101 | 100001 | 110000 |
Color Harmonies of #A26251
Complementary color
Monochromatic Colors of #A26251
Black with #A26251
Text Example
Text Example
White with #A26251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26251; }
p { color: rgb(162,98,81); }
H1.HeaderClassName
{
color: #A26251;
}
.AnyTagClassName
{
color: #A26251;
}
</style>
background-color css
<style>
a { background-color: #A26251; }
a { background-color: rgb(162,98,81); }
div.DivClassName
{
background-color: #A26251;
}
.BgClassName
{
background-color: #A26251;
}
</style>
border-color css
<style>
span { border-color: #A26251; }
span { border-color: rgb(162,98,81); }
td.TdClassName
{
border-color: #A26251;
}
.TagClassName
{
border-color: #A26251;
}
</style>