Shades of Au Chico #A4655A
Tints of Au Chico #A4655A
RGB
CMYK
RGB Variations
Color information
#A4655A (or 0xA4655A) is known color: Au Chico. HEX triplet: A4, 65 and 5A. RGB value is (164,101,90). Sum of RGB (Red+Green+Blue) = 164+101+90=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4655A is #5B9AA5. Grayscale: #767676. Windows color (decimal): -6003366 or 5924260. OLE color: 5924260.
HSL color Cylindrical-coordinate representation of color #A4655A: hue angle of 8.92º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4655A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 90 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.36 |
| HSL | 8.92º | 0.29% | 0.5% | - |
| HSV(B) | 8.92º | 0.45% | 0.64% | - |
| XYZ | 21.81 | 17.94 | 11.99 | - |
| YUV | 118.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 90 | 0 | 0.38 | 0.45 | 0.36 | 8.92 | 0.29 | 0.5 |
| Hex | A4 | 65 | 5A | 0 | 26 | 2D | 24 | 9 | 1D | 32 |
| Octal | 244 | 145 | 132 | 0 | 46 | 55 | 44 | 11 | 35 | 62 |
| Binary | 10100100 | 1100101 | 1011010 | 0 | 100110 | 101101 | 100100 | 1001 | 11101 | 110010 |
Color Harmonies of #A4655A
Complementary color
Monochromatic Colors of #A4655A
Black with #A4655A
Text Example
Text Example
White with #A4655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4655A; }
p { color: rgb(164,101,90); }
H1.HeaderClassName
{
color: #A4655A;
}
.AnyTagClassName
{
color: #A4655A;
}
</style>
background-color css
<style>
a { background-color: #A4655A; }
a { background-color: rgb(164,101,90); }
div.DivClassName
{
background-color: #A4655A;
}
.BgClassName
{
background-color: #A4655A;
}
</style>
border-color css
<style>
span { border-color: #A4655A; }
span { border-color: rgb(164,101,90); }
td.TdClassName
{
border-color: #A4655A;
}
.TagClassName
{
border-color: #A4655A;
}
</style>