Shades of Au Chico #A46C5D
Tints of Au Chico #A46C5D
RGB
CMYK
RGB Variations
Color information
#A46C5D (or 0xA46C5D) is known color: Au Chico. HEX triplet: A4, 6C and 5D. RGB value is (164,108,93). Sum of RGB (Red+Green+Blue) = 164+108+93=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C5D is #5B93A2. Grayscale: #7B7B7B. Windows color (decimal): -6001571 or 6122660. OLE color: 6122660.
HSL color Cylindrical-coordinate representation of color #A46C5D: hue angle of 12.68º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46C5D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 93 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.36 |
| HSL | 12.68º | 0.28% | 0.5% | - |
| HSV(B) | 12.68º | 0.43% | 0.64% | - |
| XYZ | 22.65 | 19.41 | 12.91 | - |
| YUV | 123.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 93 | 0 | 0.34 | 0.43 | 0.36 | 12.68 | 0.28 | 0.5 |
| Hex | A4 | 6C | 5D | 0 | 22 | 2B | 24 | D | 1C | 32 |
| Octal | 244 | 154 | 135 | 0 | 42 | 53 | 44 | 15 | 34 | 62 |
| Binary | 10100100 | 1101100 | 1011101 | 0 | 100010 | 101011 | 100100 | 1101 | 11100 | 110010 |
Color Harmonies of #A46C5D
Complementary color
Monochromatic Colors of #A46C5D
Black with #A46C5D
Text Example
Text Example
White with #A46C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C5D; }
p { color: rgb(164,108,93); }
H1.HeaderClassName
{
color: #A46C5D;
}
.AnyTagClassName
{
color: #A46C5D;
}
</style>
background-color css
<style>
a { background-color: #A46C5D; }
a { background-color: rgb(164,108,93); }
div.DivClassName
{
background-color: #A46C5D;
}
.BgClassName
{
background-color: #A46C5D;
}
</style>
border-color css
<style>
span { border-color: #A46C5D; }
span { border-color: rgb(164,108,93); }
td.TdClassName
{
border-color: #A46C5D;
}
.TagClassName
{
border-color: #A46C5D;
}
</style>