Shades of Au Chico #A45F52
Tints of Au Chico #A45F52
RGB
CMYK
RGB Variations
Color information
#A45F52 (or 0xA45F52) is known color: Au Chico. HEX triplet: A4, 5F and 52. RGB value is (164,95,82). Sum of RGB (Red+Green+Blue) = 164+95+82=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F52 is #5BA0AD. Grayscale: #727272. Windows color (decimal): -6004910 or 5398436. OLE color: 5398436.
HSL color Cylindrical-coordinate representation of color #A45F52: hue angle of 9.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45F52 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 82 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.36 |
| HSL | 9.51º | 0.33% | 0.48% | - |
| HSV(B) | 9.51º | 0.5% | 0.64% | - |
| XYZ | 20.93 | 16.69 | 10.1 | - |
| YUV | 114.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 82 | 0 | 0.42 | 0.5 | 0.36 | 9.51 | 0.33 | 0.48 |
| Hex | A4 | 5F | 52 | 0 | 2A | 32 | 24 | A | 21 | 30 |
| Octal | 244 | 137 | 122 | 0 | 52 | 62 | 44 | 12 | 41 | 60 |
| Binary | 10100100 | 1011111 | 1010010 | 0 | 101010 | 110010 | 100100 | 1010 | 100001 | 110000 |
Color Harmonies of #A45F52
Complementary color
Monochromatic Colors of #A45F52
Black with #A45F52
Text Example
Text Example
White with #A45F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F52; }
p { color: rgb(164,95,82); }
H1.HeaderClassName
{
color: #A45F52;
}
.AnyTagClassName
{
color: #A45F52;
}
</style>
background-color css
<style>
a { background-color: #A45F52; }
a { background-color: rgb(164,95,82); }
div.DivClassName
{
background-color: #A45F52;
}
.BgClassName
{
background-color: #A45F52;
}
</style>
border-color css
<style>
span { border-color: #A45F52; }
span { border-color: rgb(164,95,82); }
td.TdClassName
{
border-color: #A45F52;
}
.TagClassName
{
border-color: #A45F52;
}
</style>