Shades of Au Chico #A2665E
Tints of Au Chico #A2665E
RGB
CMYK
RGB Variations
Color information
#A2665E (or 0xA2665E) is known color: Au Chico. HEX triplet: A2, 66 and 5E. RGB value is (162,102,94). Sum of RGB (Red+Green+Blue) = 162+102+94=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2665E is #5D99A1. Grayscale: #777777. Windows color (decimal): -6134178 or 6186658. OLE color: 6186658.
HSL color Cylindrical-coordinate representation of color #A2665E: hue angle of 7.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2665E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 94 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.36 |
| HSL | 7.06º | 0.27% | 0.5% | - |
| HSV(B) | 7.06º | 0.42% | 0.64% | - |
| XYZ | 21.67 | 17.99 | 12.92 | - |
| YUV | 119.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 94 | 0 | 0.37 | 0.42 | 0.36 | 7.06 | 0.27 | 0.5 |
| Hex | A2 | 66 | 5E | 0 | 25 | 2A | 24 | 7 | 1B | 32 |
| Octal | 242 | 146 | 136 | 0 | 45 | 52 | 44 | 7 | 33 | 62 |
| Binary | 10100010 | 1100110 | 1011110 | 0 | 100101 | 101010 | 100100 | 111 | 11011 | 110010 |
Color Harmonies of #A2665E
Complementary color
Monochromatic Colors of #A2665E
Black with #A2665E
Text Example
Text Example
White with #A2665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2665E; }
p { color: rgb(162,102,94); }
H1.HeaderClassName
{
color: #A2665E;
}
.AnyTagClassName
{
color: #A2665E;
}
</style>
background-color css
<style>
a { background-color: #A2665E; }
a { background-color: rgb(162,102,94); }
div.DivClassName
{
background-color: #A2665E;
}
.BgClassName
{
background-color: #A2665E;
}
</style>
border-color css
<style>
span { border-color: #A2665E; }
span { border-color: rgb(162,102,94); }
td.TdClassName
{
border-color: #A2665E;
}
.TagClassName
{
border-color: #A2665E;
}
</style>