Shades of Au Chico #A5635C
Tints of Au Chico #A5635C
RGB
CMYK
RGB Variations
Color information
#A5635C (or 0xA5635C) is known color: Au Chico. HEX triplet: A5, 63 and 5C. RGB value is (165,99,92). Sum of RGB (Red+Green+Blue) = 165+99+92=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5635C is #5A9CA3. Grayscale: #767676. Windows color (decimal): -5938340 or 6054821. OLE color: 6054821.
HSL color Cylindrical-coordinate representation of color #A5635C: hue angle of 5.75º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5635C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 92 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.35 |
| HSL | 5.75º | 0.29% | 0.5% | - |
| HSV(B) | 5.75º | 0.44% | 0.65% | - |
| XYZ | 21.91 | 17.7 | 12.39 | - |
| YUV | 117.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 92 | 0 | 0.40 | 0.44 | 0.35 | 5.75 | 0.29 | 0.5 |
| Hex | A5 | 63 | 5C | 0 | 28 | 2C | 23 | 6 | 1D | 32 |
| Octal | 245 | 143 | 134 | 0 | 50 | 54 | 43 | 6 | 35 | 62 |
| Binary | 10100101 | 1100011 | 1011100 | 0 | 101000 | 101100 | 100011 | 110 | 11101 | 110010 |
Color Harmonies of #A5635C
Complementary color
Monochromatic Colors of #A5635C
Black with #A5635C
Text Example
Text Example
White with #A5635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5635C; }
p { color: rgb(165,99,92); }
H1.HeaderClassName
{
color: #A5635C;
}
.AnyTagClassName
{
color: #A5635C;
}
</style>
background-color css
<style>
a { background-color: #A5635C; }
a { background-color: rgb(165,99,92); }
div.DivClassName
{
background-color: #A5635C;
}
.BgClassName
{
background-color: #A5635C;
}
</style>
border-color css
<style>
span { border-color: #A5635C; }
span { border-color: rgb(165,99,92); }
td.TdClassName
{
border-color: #A5635C;
}
.TagClassName
{
border-color: #A5635C;
}
</style>