Shades of Au Chico #A2645D
Tints of Au Chico #A2645D
RGB
CMYK
RGB Variations
Color information
#A2645D (or 0xA2645D) is known color: Au Chico. HEX triplet: A2, 64 and 5D. RGB value is (162,100,93). Sum of RGB (Red+Green+Blue) = 162+100+93=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2645D is #5D9BA2. Grayscale: #757575. Windows color (decimal): -6134691 or 6120610. OLE color: 6120610.
HSL color Cylindrical-coordinate representation of color #A2645D: hue angle of 6.09º degrees, saturation: 0.27, 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 #A2645D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 100 | 93 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.36 |
| HSL | 6.09º | 0.27% | 0.5% | - |
| HSV(B) | 6.09º | 0.43% | 0.64% | - |
| XYZ | 21.43 | 17.59 | 12.62 | - |
| YUV | 117.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 93 | 0 | 0.38 | 0.43 | 0.36 | 6.09 | 0.27 | 0.5 |
| Hex | A2 | 64 | 5D | 0 | 26 | 2B | 24 | 6 | 1B | 32 |
| Octal | 242 | 144 | 135 | 0 | 46 | 53 | 44 | 6 | 33 | 62 |
| Binary | 10100010 | 1100100 | 1011101 | 0 | 100110 | 101011 | 100100 | 110 | 11011 | 110010 |
Color Harmonies of #A2645D
Complementary color
Monochromatic Colors of #A2645D
Black with #A2645D
Text Example
Text Example
White with #A2645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2645D; }
p { color: rgb(162,100,93); }
H1.HeaderClassName
{
color: #A2645D;
}
.AnyTagClassName
{
color: #A2645D;
}
</style>
background-color css
<style>
a { background-color: #A2645D; }
a { background-color: rgb(162,100,93); }
div.DivClassName
{
background-color: #A2645D;
}
.BgClassName
{
background-color: #A2645D;
}
</style>
border-color css
<style>
span { border-color: #A2645D; }
span { border-color: rgb(162,100,93); }
td.TdClassName
{
border-color: #A2645D;
}
.TagClassName
{
border-color: #A2645D;
}
</style>