Shades of Au Chico #A1625B
Tints of Au Chico #A1625B
RGB
CMYK
RGB Variations
Color information
#A1625B (or 0xA1625B) is known color: Au Chico. HEX triplet: A1, 62 and 5B. RGB value is (161,98,91). Sum of RGB (Red+Green+Blue) = 161+98+91=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1625B is #5E9DA4. Grayscale: #747474. Windows color (decimal): -6200741 or 5989025. OLE color: 5989025.
HSL color Cylindrical-coordinate representation of color #A1625B: hue angle of 6º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1625B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 91 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.37 |
| HSL | 6º | 0.28% | 0.49% | - |
| HSV(B) | 6º | 0.43% | 0.63% | - |
| XYZ | 20.95 | 17.07 | 12.09 | - |
| YUV | 116.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 91 | 0 | 0.39 | 0.43 | 0.37 | 6 | 0.28 | 0.49 |
| Hex | A1 | 62 | 5B | 0 | 27 | 2B | 25 | 6 | 1C | 31 |
| Octal | 241 | 142 | 133 | 0 | 47 | 53 | 45 | 6 | 34 | 61 |
| Binary | 10100001 | 1100010 | 1011011 | 0 | 100111 | 101011 | 100101 | 110 | 11100 | 110001 |
Color Harmonies of #A1625B
Complementary color
Monochromatic Colors of #A1625B
Black with #A1625B
Text Example
Text Example
White with #A1625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1625B; }
p { color: rgb(161,98,91); }
H1.HeaderClassName
{
color: #A1625B;
}
.AnyTagClassName
{
color: #A1625B;
}
</style>
background-color css
<style>
a { background-color: #A1625B; }
a { background-color: rgb(161,98,91); }
div.DivClassName
{
background-color: #A1625B;
}
.BgClassName
{
background-color: #A1625B;
}
</style>
border-color css
<style>
span { border-color: #A1625B; }
span { border-color: rgb(161,98,91); }
td.TdClassName
{
border-color: #A1625B;
}
.TagClassName
{
border-color: #A1625B;
}
</style>