Shades of Au Chico #9A6553
Tints of Au Chico #9A6553
RGB
CMYK
RGB Variations
Color information
#9A6553 (or 0x9A6553) is known color: Au Chico. HEX triplet: 9A, 65 and 53. RGB value is (154,101,83). Sum of RGB (Red+Green+Blue) = 154+101+83=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6553 is #659AAC. Grayscale: #727272. Windows color (decimal): -6658733 or 5465498. OLE color: 5465498.
HSL color Cylindrical-coordinate representation of color #9A6553: hue angle of 15.21º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6553 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 83 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.40 |
| HSL | 15.21º | 0.3% | 0.46% | - |
| HSV(B) | 15.21º | 0.46% | 0.6% | - |
| XYZ | 19.54 | 16.8 | 10.4 | - |
| YUV | 114.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 83 | 0 | 0.34 | 0.46 | 0.40 | 15.21 | 0.3 | 0.46 |
| Hex | 9A | 65 | 53 | 0 | 22 | 2E | 28 | F | 1E | 2E |
| Octal | 232 | 145 | 123 | 0 | 42 | 56 | 50 | 17 | 36 | 56 |
| Binary | 10011010 | 1100101 | 1010011 | 0 | 100010 | 101110 | 101000 | 1111 | 11110 | 101110 |
Color Harmonies of #9A6553
Complementary color
Monochromatic Colors of #9A6553
Black with #9A6553
Text Example
Text Example
White with #9A6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6553; }
p { color: rgb(154,101,83); }
H1.HeaderClassName
{
color: #9A6553;
}
.AnyTagClassName
{
color: #9A6553;
}
</style>
background-color css
<style>
a { background-color: #9A6553; }
a { background-color: rgb(154,101,83); }
div.DivClassName
{
background-color: #9A6553;
}
.BgClassName
{
background-color: #9A6553;
}
</style>
border-color css
<style>
span { border-color: #9A6553; }
span { border-color: rgb(154,101,83); }
td.TdClassName
{
border-color: #9A6553;
}
.TagClassName
{
border-color: #9A6553;
}
</style>