Shades of Au Chico #9A5E51
Tints of Au Chico #9A5E51
RGB
CMYK
RGB Variations
Color information
#9A5E51 (or 0x9A5E51) is known color: Au Chico. HEX triplet: 9A, 5E and 51. RGB value is (154,94,81). Sum of RGB (Red+Green+Blue) = 154+94+81=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E51 is #65A1AE. Grayscale: #6E6E6E. Windows color (decimal): -6660527 or 5332634. OLE color: 5332634.
HSL color Cylindrical-coordinate representation of color #9A5E51: hue angle of 10.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5E51 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 81 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.40 |
| HSL | 10.68º | 0.31% | 0.46% | - |
| HSV(B) | 10.68º | 0.47% | 0.6% | - |
| XYZ | 18.81 | 15.47 | 9.78 | - |
| YUV | 110.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 81 | 0 | 0.39 | 0.47 | 0.40 | 10.68 | 0.31 | 0.46 |
| Hex | 9A | 5E | 51 | 0 | 27 | 2F | 28 | B | 1F | 2E |
| Octal | 232 | 136 | 121 | 0 | 47 | 57 | 50 | 13 | 37 | 56 |
| Binary | 10011010 | 1011110 | 1010001 | 0 | 100111 | 101111 | 101000 | 1011 | 11111 | 101110 |
Color Harmonies of #9A5E51
Complementary color
Monochromatic Colors of #9A5E51
Black with #9A5E51
Text Example
Text Example
White with #9A5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E51; }
p { color: rgb(154,94,81); }
H1.HeaderClassName
{
color: #9A5E51;
}
.AnyTagClassName
{
color: #9A5E51;
}
</style>
background-color css
<style>
a { background-color: #9A5E51; }
a { background-color: rgb(154,94,81); }
div.DivClassName
{
background-color: #9A5E51;
}
.BgClassName
{
background-color: #9A5E51;
}
</style>
border-color css
<style>
span { border-color: #9A5E51; }
span { border-color: rgb(154,94,81); }
td.TdClassName
{
border-color: #9A5E51;
}
.TagClassName
{
border-color: #9A5E51;
}
</style>