Shades of Au Chico #A5645A
Tints of Au Chico #A5645A
RGB
CMYK
RGB Variations
Color information
#A5645A (or 0xA5645A) is known color: Au Chico. HEX triplet: A5, 64 and 5A. RGB value is (165,100,90). Sum of RGB (Red+Green+Blue) = 165+100+90=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5645A is #5A9BA5. Grayscale: #767676. Windows color (decimal): -5938086 or 5924005. OLE color: 5924005.
HSL color Cylindrical-coordinate representation of color #A5645A: hue angle of 8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5645A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 90 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.35 |
| HSL | 8º | 0.29% | 0.5% | - |
| HSV(B) | 8º | 0.45% | 0.65% | - |
| XYZ | 21.92 | 17.85 | 11.96 | - |
| YUV | 118.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 90 | 0 | 0.39 | 0.45 | 0.35 | 8 | 0.29 | 0.5 |
| Hex | A5 | 64 | 5A | 0 | 27 | 2D | 23 | 8 | 1D | 32 |
| Octal | 245 | 144 | 132 | 0 | 47 | 55 | 43 | 10 | 35 | 62 |
| Binary | 10100101 | 1100100 | 1011010 | 0 | 100111 | 101101 | 100011 | 1000 | 11101 | 110010 |
Color Harmonies of #A5645A
Complementary color
Monochromatic Colors of #A5645A
Black with #A5645A
Text Example
Text Example
White with #A5645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5645A; }
p { color: rgb(165,100,90); }
H1.HeaderClassName
{
color: #A5645A;
}
.AnyTagClassName
{
color: #A5645A;
}
</style>
background-color css
<style>
a { background-color: #A5645A; }
a { background-color: rgb(165,100,90); }
div.DivClassName
{
background-color: #A5645A;
}
.BgClassName
{
background-color: #A5645A;
}
</style>
border-color css
<style>
span { border-color: #A5645A; }
span { border-color: rgb(165,100,90); }
td.TdClassName
{
border-color: #A5645A;
}
.TagClassName
{
border-color: #A5645A;
}
</style>