Shades of Au Chico #976153
Tints of Au Chico #976153
RGB
CMYK
RGB Variations
Color information
#976153 (or 0x976153) is known color: Au Chico. HEX triplet: 97, 61 and 53. RGB value is (151,97,83). Sum of RGB (Red+Green+Blue) = 151+97+83=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #976153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976153 is #689EAC. Grayscale: #6F6F6F. Windows color (decimal): -6856365 or 5464471. OLE color: 5464471.
HSL color Cylindrical-coordinate representation of color #976153: hue angle of 12.35º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #976153 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 97 | 83 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.41 |
| HSL | 12.35º | 0.29% | 0.46% | - |
| HSV(B) | 12.35º | 0.45% | 0.59% | - |
| XYZ | 18.6 | 15.75 | 10.24 | - |
| YUV | 111.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 97 | 83 | 0 | 0.36 | 0.45 | 0.41 | 12.35 | 0.29 | 0.46 |
| Hex | 97 | 61 | 53 | 0 | 24 | 2D | 29 | C | 1D | 2E |
| Octal | 227 | 141 | 123 | 0 | 44 | 55 | 51 | 14 | 35 | 56 |
| Binary | 10010111 | 1100001 | 1010011 | 0 | 100100 | 101101 | 101001 | 1100 | 11101 | 101110 |
Color Harmonies of #976153
Complementary color
Monochromatic Colors of #976153
Black with #976153
Text Example
Text Example
White with #976153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976153; }
p { color: rgb(151,97,83); }
H1.HeaderClassName
{
color: #976153;
}
.AnyTagClassName
{
color: #976153;
}
</style>
background-color css
<style>
a { background-color: #976153; }
a { background-color: rgb(151,97,83); }
div.DivClassName
{
background-color: #976153;
}
.BgClassName
{
background-color: #976153;
}
</style>
border-color css
<style>
span { border-color: #976153; }
span { border-color: rgb(151,97,83); }
td.TdClassName
{
border-color: #976153;
}
.TagClassName
{
border-color: #976153;
}
</style>