Shades of Au Chico #9D6552
Tints of Au Chico #9D6552
RGB
CMYK
RGB Variations
Color information
#9D6552 (or 0x9D6552) is known color: Au Chico. HEX triplet: 9D, 65 and 52. RGB value is (157,101,82). Sum of RGB (Red+Green+Blue) = 157+101+82=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6552 is #629AAD. Grayscale: #737373. Windows color (decimal): -6462126 or 5399965. OLE color: 5399965.
HSL color Cylindrical-coordinate representation of color #9D6552: hue angle of 15.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D6552 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 82 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.38 |
| HSL | 15.2º | 0.31% | 0.47% | - |
| HSV(B) | 15.2º | 0.48% | 0.62% | - |
| XYZ | 20.08 | 17.08 | 10.22 | - |
| YUV | 115.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 82 | 0 | 0.36 | 0.48 | 0.38 | 15.2 | 0.31 | 0.47 |
| Hex | 9D | 65 | 52 | 0 | 24 | 30 | 26 | F | 1F | 2F |
| Octal | 235 | 145 | 122 | 0 | 44 | 60 | 46 | 17 | 37 | 57 |
| Binary | 10011101 | 1100101 | 1010010 | 0 | 100100 | 110000 | 100110 | 1111 | 11111 | 101111 |
Color Harmonies of #9D6552
Complementary color
Monochromatic Colors of #9D6552
Black with #9D6552
Text Example
Text Example
White with #9D6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6552; }
p { color: rgb(157,101,82); }
H1.HeaderClassName
{
color: #9D6552;
}
.AnyTagClassName
{
color: #9D6552;
}
</style>
background-color css
<style>
a { background-color: #9D6552; }
a { background-color: rgb(157,101,82); }
div.DivClassName
{
background-color: #9D6552;
}
.BgClassName
{
background-color: #9D6552;
}
</style>
border-color css
<style>
span { border-color: #9D6552; }
span { border-color: rgb(157,101,82); }
td.TdClassName
{
border-color: #9D6552;
}
.TagClassName
{
border-color: #9D6552;
}
</style>