Shades of Au Chico #A5645B
Tints of Au Chico #A5645B
RGB
CMYK
RGB Variations
Color information
#A5645B (or 0xA5645B) is known color: Au Chico. HEX triplet: A5, 64 and 5B. RGB value is (165,100,91). Sum of RGB (Red+Green+Blue) = 165+100+91=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5645B is #5A9BA4. Grayscale: #767676. Windows color (decimal): -5938085 or 5989541. OLE color: 5989541.
HSL color Cylindrical-coordinate representation of color #A5645B: hue angle of 7.3º 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 #A5645B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 91 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.35 |
| HSL | 7.3º | 0.29% | 0.5% | - |
| HSV(B) | 7.3º | 0.45% | 0.65% | - |
| XYZ | 21.96 | 17.87 | 12.19 | - |
| YUV | 118.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 91 | 0 | 0.39 | 0.45 | 0.35 | 7.3 | 0.29 | 0.5 |
| Hex | A5 | 64 | 5B | 0 | 27 | 2D | 23 | 7 | 1D | 32 |
| Octal | 245 | 144 | 133 | 0 | 47 | 55 | 43 | 7 | 35 | 62 |
| Binary | 10100101 | 1100100 | 1011011 | 0 | 100111 | 101101 | 100011 | 111 | 11101 | 110010 |
Color Harmonies of #A5645B
Complementary color
Monochromatic Colors of #A5645B
Black with #A5645B
Text Example
Text Example
White with #A5645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5645B; }
p { color: rgb(165,100,91); }
H1.HeaderClassName
{
color: #A5645B;
}
.AnyTagClassName
{
color: #A5645B;
}
</style>
background-color css
<style>
a { background-color: #A5645B; }
a { background-color: rgb(165,100,91); }
div.DivClassName
{
background-color: #A5645B;
}
.BgClassName
{
background-color: #A5645B;
}
</style>
border-color css
<style>
span { border-color: #A5645B; }
span { border-color: rgb(165,100,91); }
td.TdClassName
{
border-color: #A5645B;
}
.TagClassName
{
border-color: #A5645B;
}
</style>