Shades of Au Chico #A5625B
Tints of Au Chico #A5625B
RGB
CMYK
RGB Variations
Color information
#A5625B (or 0xA5625B) is known color: Au Chico. HEX triplet: A5, 62 and 5B. RGB value is (165,98,91). Sum of RGB (Red+Green+Blue) = 165+98+91=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5625B is #5A9DA4. Grayscale: #757575. Windows color (decimal): -5938597 or 5989029. OLE color: 5989029.
HSL color Cylindrical-coordinate representation of color #A5625B: hue angle of 5.68º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5625B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 98 | 91 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.35 |
| HSL | 5.68º | 0.29% | 0.5% | - |
| HSV(B) | 5.68º | 0.45% | 0.65% | - |
| XYZ | 21.77 | 17.49 | 12.13 | - |
| YUV | 117.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 91 | 0 | 0.41 | 0.45 | 0.35 | 5.68 | 0.29 | 0.5 |
| Hex | A5 | 62 | 5B | 0 | 29 | 2D | 23 | 6 | 1D | 32 |
| Octal | 245 | 142 | 133 | 0 | 51 | 55 | 43 | 6 | 35 | 62 |
| Binary | 10100101 | 1100010 | 1011011 | 0 | 101001 | 101101 | 100011 | 110 | 11101 | 110010 |
Color Harmonies of #A5625B
Complementary color
Monochromatic Colors of #A5625B
Black with #A5625B
Text Example
Text Example
White with #A5625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5625B; }
p { color: rgb(165,98,91); }
H1.HeaderClassName
{
color: #A5625B;
}
.AnyTagClassName
{
color: #A5625B;
}
</style>
background-color css
<style>
a { background-color: #A5625B; }
a { background-color: rgb(165,98,91); }
div.DivClassName
{
background-color: #A5625B;
}
.BgClassName
{
background-color: #A5625B;
}
</style>
border-color css
<style>
span { border-color: #A5625B; }
span { border-color: rgb(165,98,91); }
td.TdClassName
{
border-color: #A5625B;
}
.TagClassName
{
border-color: #A5625B;
}
</style>