Shades of Au Chico #A3665D
Tints of Au Chico #A3665D
RGB
CMYK
RGB Variations
Color information
#A3665D (or 0xA3665D) is known color: Au Chico. HEX triplet: A3, 66 and 5D. RGB value is (163,102,93). Sum of RGB (Red+Green+Blue) = 163+102+93=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3665D is #5C99A2. Grayscale: #777777. Windows color (decimal): -6068643 or 6121123. OLE color: 6121123.
HSL color Cylindrical-coordinate representation of color #A3665D: hue angle of 7.71º 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 #A3665D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 93 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.36 |
| HSL | 7.71º | 0.28% | 0.5% | - |
| HSV(B) | 7.71º | 0.43% | 0.64% | - |
| XYZ | 21.83 | 18.08 | 12.69 | - |
| YUV | 119.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 93 | 0 | 0.37 | 0.43 | 0.36 | 7.71 | 0.28 | 0.5 |
| Hex | A3 | 66 | 5D | 0 | 25 | 2B | 24 | 8 | 1C | 32 |
| Octal | 243 | 146 | 135 | 0 | 45 | 53 | 44 | 10 | 34 | 62 |
| Binary | 10100011 | 1100110 | 1011101 | 0 | 100101 | 101011 | 100100 | 1000 | 11100 | 110010 |
Color Harmonies of #A3665D
Complementary color
Monochromatic Colors of #A3665D
Black with #A3665D
Text Example
Text Example
White with #A3665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3665D; }
p { color: rgb(163,102,93); }
H1.HeaderClassName
{
color: #A3665D;
}
.AnyTagClassName
{
color: #A3665D;
}
</style>
background-color css
<style>
a { background-color: #A3665D; }
a { background-color: rgb(163,102,93); }
div.DivClassName
{
background-color: #A3665D;
}
.BgClassName
{
background-color: #A3665D;
}
</style>
border-color css
<style>
span { border-color: #A3665D; }
span { border-color: rgb(163,102,93); }
td.TdClassName
{
border-color: #A3665D;
}
.TagClassName
{
border-color: #A3665D;
}
</style>