Shades of Au Chico #995D52
Tints of Au Chico #995D52
RGB
CMYK
RGB Variations
Color information
#995D52 (or 0x995D52) is known color: Au Chico. HEX triplet: 99, 5D and 52. RGB value is (153,93,82). Sum of RGB (Red+Green+Blue) = 153+93+82=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #995D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D52 is #66A2AD. Grayscale: #6D6D6D. Windows color (decimal): -6726318 or 5397913. OLE color: 5397913.
HSL color Cylindrical-coordinate representation of color #995D52: hue angle of 9.3º 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 #995D52 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 82 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.4 |
| HSL | 9.3º | 0.3% | 0.46% | - |
| HSV(B) | 9.3º | 0.46% | 0.6% | - |
| XYZ | 18.57 | 15.21 | 9.94 | - |
| YUV | 109.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 82 | 0 | 0.39 | 0.46 | 0.4 | 9.3 | 0.3 | 0.46 |
| Hex | 99 | 5D | 52 | 0 | 27 | 2E | 28 | 9 | 1E | 2E |
| Octal | 231 | 135 | 122 | 0 | 47 | 56 | 50 | 11 | 36 | 56 |
| Binary | 10011001 | 1011101 | 1010010 | 0 | 100111 | 101110 | 101000 | 1001 | 11110 | 101110 |
Color Harmonies of #995D52
Complementary color
Monochromatic Colors of #995D52
Black with #995D52
Text Example
Text Example
White with #995D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D52; }
p { color: rgb(153,93,82); }
H1.HeaderClassName
{
color: #995D52;
}
.AnyTagClassName
{
color: #995D52;
}
</style>
background-color css
<style>
a { background-color: #995D52; }
a { background-color: rgb(153,93,82); }
div.DivClassName
{
background-color: #995D52;
}
.BgClassName
{
background-color: #995D52;
}
</style>
border-color css
<style>
span { border-color: #995D52; }
span { border-color: rgb(153,93,82); }
td.TdClassName
{
border-color: #995D52;
}
.TagClassName
{
border-color: #995D52;
}
</style>