Shades of Au Chico #9A605A
Tints of Au Chico #9A605A
RGB
CMYK
RGB Variations
Color information
#9A605A (or 0x9A605A) is known color: Au Chico. HEX triplet: 9A, 60 and 5A. RGB value is (154,96,90). Sum of RGB (Red+Green+Blue) = 154+96+90=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A605A is #659FA5. Grayscale: #707070. Windows color (decimal): -6660006 or 5922970. OLE color: 5922970.
HSL color Cylindrical-coordinate representation of color #9A605A: hue angle of 5.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A605A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 90 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.40 |
| HSL | 5.63º | 0.26% | 0.48% | - |
| HSV(B) | 5.63º | 0.42% | 0.6% | - |
| XYZ | 19.35 | 15.97 | 11.74 | - |
| YUV | 112.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 90 | 0 | 0.38 | 0.42 | 0.40 | 5.63 | 0.26 | 0.48 |
| Hex | 9A | 60 | 5A | 0 | 26 | 2A | 28 | 6 | 1A | 30 |
| Octal | 232 | 140 | 132 | 0 | 46 | 52 | 50 | 6 | 32 | 60 |
| Binary | 10011010 | 1100000 | 1011010 | 0 | 100110 | 101010 | 101000 | 110 | 11010 | 110000 |
Color Harmonies of #9A605A
Complementary color
Monochromatic Colors of #9A605A
Black with #9A605A
Text Example
Text Example
White with #9A605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A605A; }
p { color: rgb(154,96,90); }
H1.HeaderClassName
{
color: #9A605A;
}
.AnyTagClassName
{
color: #9A605A;
}
</style>
background-color css
<style>
a { background-color: #9A605A; }
a { background-color: rgb(154,96,90); }
div.DivClassName
{
background-color: #9A605A;
}
.BgClassName
{
background-color: #9A605A;
}
</style>
border-color css
<style>
span { border-color: #9A605A; }
span { border-color: rgb(154,96,90); }
td.TdClassName
{
border-color: #9A605A;
}
.TagClassName
{
border-color: #9A605A;
}
</style>