Shades of Au Chico #A26255
Tints of Au Chico #A26255
RGB
CMYK
RGB Variations
Color information
#A26255 (or 0xA26255) is known color: Au Chico. HEX triplet: A2, 62 and 55. RGB value is (162,98,85). Sum of RGB (Red+Green+Blue) = 162+98+85=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26255 is #5D9DAA. Grayscale: #737373. Windows color (decimal): -6135211 or 5595810. OLE color: 5595810.
HSL color Cylindrical-coordinate representation of color #A26255: hue angle of 10.13º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26255 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 85 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.36 |
| HSL | 10.13º | 0.31% | 0.48% | - |
| HSV(B) | 10.13º | 0.48% | 0.64% | - |
| XYZ | 20.91 | 17.07 | 10.79 | - |
| YUV | 115.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 85 | 0 | 0.40 | 0.48 | 0.36 | 10.13 | 0.31 | 0.48 |
| Hex | A2 | 62 | 55 | 0 | 28 | 30 | 24 | A | 1F | 30 |
| Octal | 242 | 142 | 125 | 0 | 50 | 60 | 44 | 12 | 37 | 60 |
| Binary | 10100010 | 1100010 | 1010101 | 0 | 101000 | 110000 | 100100 | 1010 | 11111 | 110000 |
Color Harmonies of #A26255
Complementary color
Monochromatic Colors of #A26255
Black with #A26255
Text Example
Text Example
White with #A26255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26255; }
p { color: rgb(162,98,85); }
H1.HeaderClassName
{
color: #A26255;
}
.AnyTagClassName
{
color: #A26255;
}
</style>
background-color css
<style>
a { background-color: #A26255; }
a { background-color: rgb(162,98,85); }
div.DivClassName
{
background-color: #A26255;
}
.BgClassName
{
background-color: #A26255;
}
</style>
border-color css
<style>
span { border-color: #A26255; }
span { border-color: rgb(162,98,85); }
td.TdClassName
{
border-color: #A26255;
}
.TagClassName
{
border-color: #A26255;
}
</style>