Shades of Au Chico #A5635E
Tints of Au Chico #A5635E
RGB
CMYK
RGB Variations
Color information
#A5635E (or 0xA5635E) is known color: Au Chico. HEX triplet: A5, 63 and 5E. RGB value is (165,99,94). Sum of RGB (Red+Green+Blue) = 165+99+94=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5635E is #5A9CA1. Grayscale: #767676. Windows color (decimal): -5938338 or 6185893. OLE color: 6185893.
HSL color Cylindrical-coordinate representation of color #A5635E: hue angle of 4.23º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5635E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 94 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.35 |
| HSL | 4.23º | 0.28% | 0.51% | - |
| HSV(B) | 4.23º | 0.43% | 0.65% | - |
| XYZ | 22 | 17.73 | 12.85 | - |
| YUV | 118.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 94 | 0 | 0.40 | 0.43 | 0.35 | 4.23 | 0.28 | 0.51 |
| Hex | A5 | 63 | 5E | 0 | 28 | 2B | 23 | 4 | 1C | 33 |
| Octal | 245 | 143 | 136 | 0 | 50 | 53 | 43 | 4 | 34 | 63 |
| Binary | 10100101 | 1100011 | 1011110 | 0 | 101000 | 101011 | 100011 | 100 | 11100 | 110011 |
Color Harmonies of #A5635E
Complementary color
Monochromatic Colors of #A5635E
Black with #A5635E
Text Example
Text Example
White with #A5635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5635E; }
p { color: rgb(165,99,94); }
H1.HeaderClassName
{
color: #A5635E;
}
.AnyTagClassName
{
color: #A5635E;
}
</style>
background-color css
<style>
a { background-color: #A5635E; }
a { background-color: rgb(165,99,94); }
div.DivClassName
{
background-color: #A5635E;
}
.BgClassName
{
background-color: #A5635E;
}
</style>
border-color css
<style>
span { border-color: #A5635E; }
span { border-color: rgb(165,99,94); }
td.TdClassName
{
border-color: #A5635E;
}
.TagClassName
{
border-color: #A5635E;
}
</style>