Shades of Au Chico #AD6259
Tints of Au Chico #AD6259
RGB
CMYK
RGB Variations
Color information
#AD6259 (or 0xAD6259) is known color: Au Chico. HEX triplet: AD, 62 and 59. RGB value is (173,98,89). Sum of RGB (Red+Green+Blue) = 173+98+89=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6259 is #529DA6. Grayscale: #777777. Windows color (decimal): -5414311 or 5857965. OLE color: 5857965.
HSL color Cylindrical-coordinate representation of color #AD6259: hue angle of 6.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6259 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 89 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.32 |
| HSL | 6.43º | 0.34% | 0.51% | - |
| HSV(B) | 6.43º | 0.49% | 0.68% | - |
| XYZ | 23.4 | 18.34 | 11.76 | - |
| YUV | 119.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 89 | 0 | 0.43 | 0.49 | 0.32 | 6.43 | 0.34 | 0.51 |
| Hex | AD | 62 | 59 | 0 | 2B | 31 | 20 | 6 | 22 | 33 |
| Octal | 255 | 142 | 131 | 0 | 53 | 61 | 40 | 6 | 42 | 63 |
| Binary | 10101101 | 1100010 | 1011001 | 0 | 101011 | 110001 | 100000 | 110 | 100010 | 110011 |
Color Harmonies of #AD6259
Complementary color
Monochromatic Colors of #AD6259
Black with #AD6259
Text Example
Text Example
White with #AD6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6259; }
p { color: rgb(173,98,89); }
H1.HeaderClassName
{
color: #AD6259;
}
.AnyTagClassName
{
color: #AD6259;
}
</style>
background-color css
<style>
a { background-color: #AD6259; }
a { background-color: rgb(173,98,89); }
div.DivClassName
{
background-color: #AD6259;
}
.BgClassName
{
background-color: #AD6259;
}
</style>
border-color css
<style>
span { border-color: #AD6259; }
span { border-color: rgb(173,98,89); }
td.TdClassName
{
border-color: #AD6259;
}
.TagClassName
{
border-color: #AD6259;
}
</style>