Shades of Au Chico #996053
Tints of Au Chico #996053
RGB
CMYK
RGB Variations
Color information
#996053 (or 0x996053) is known color: Au Chico. HEX triplet: 99, 60 and 53. RGB value is (153,96,83). Sum of RGB (Red+Green+Blue) = 153+96+83=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #996053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996053 is #669FAC. Grayscale: #6F6F6F. Windows color (decimal): -6725549 or 5464217. OLE color: 5464217.
HSL color Cylindrical-coordinate representation of color #996053: hue angle of 11.14º 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 #996053 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 83 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.4 |
| HSL | 11.14º | 0.3% | 0.46% | - |
| HSV(B) | 11.14º | 0.46% | 0.6% | - |
| XYZ | 18.88 | 15.76 | 10.23 | - |
| YUV | 111.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 83 | 0 | 0.37 | 0.46 | 0.4 | 11.14 | 0.3 | 0.46 |
| Hex | 99 | 60 | 53 | 0 | 25 | 2E | 28 | B | 1E | 2E |
| Octal | 231 | 140 | 123 | 0 | 45 | 56 | 50 | 13 | 36 | 56 |
| Binary | 10011001 | 1100000 | 1010011 | 0 | 100101 | 101110 | 101000 | 1011 | 11110 | 101110 |
Color Harmonies of #996053
Complementary color
Monochromatic Colors of #996053
Black with #996053
Text Example
Text Example
White with #996053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996053; }
p { color: rgb(153,96,83); }
H1.HeaderClassName
{
color: #996053;
}
.AnyTagClassName
{
color: #996053;
}
</style>
background-color css
<style>
a { background-color: #996053; }
a { background-color: rgb(153,96,83); }
div.DivClassName
{
background-color: #996053;
}
.BgClassName
{
background-color: #996053;
}
</style>
border-color css
<style>
span { border-color: #996053; }
span { border-color: rgb(153,96,83); }
td.TdClassName
{
border-color: #996053;
}
.TagClassName
{
border-color: #996053;
}
</style>