Shades of Au Chico #AD6257
Tints of Au Chico #AD6257
RGB
CMYK
RGB Variations
Color information
#AD6257 (or 0xAD6257) is known color: Au Chico. HEX triplet: AD, 62 and 57. RGB value is (173,98,87). Sum of RGB (Red+Green+Blue) = 173+98+87=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6257 is #529DA8. Grayscale: #777777. Windows color (decimal): -5414313 or 5726893. OLE color: 5726893.
HSL color Cylindrical-coordinate representation of color #AD6257: hue angle of 7.67º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6257 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 87 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.32 |
| HSL | 7.67º | 0.34% | 0.51% | - |
| HSV(B) | 7.67º | 0.5% | 0.68% | - |
| XYZ | 23.32 | 18.31 | 11.32 | - |
| YUV | 119.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 87 | 0 | 0.43 | 0.50 | 0.32 | 7.67 | 0.34 | 0.51 |
| Hex | AD | 62 | 57 | 0 | 2B | 32 | 20 | 8 | 22 | 33 |
| Octal | 255 | 142 | 127 | 0 | 53 | 62 | 40 | 10 | 42 | 63 |
| Binary | 10101101 | 1100010 | 1010111 | 0 | 101011 | 110010 | 100000 | 1000 | 100010 | 110011 |
Color Harmonies of #AD6257
Complementary color
Monochromatic Colors of #AD6257
Black with #AD6257
Text Example
Text Example
White with #AD6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6257; }
p { color: rgb(173,98,87); }
H1.HeaderClassName
{
color: #AD6257;
}
.AnyTagClassName
{
color: #AD6257;
}
</style>
background-color css
<style>
a { background-color: #AD6257; }
a { background-color: rgb(173,98,87); }
div.DivClassName
{
background-color: #AD6257;
}
.BgClassName
{
background-color: #AD6257;
}
</style>
border-color css
<style>
span { border-color: #AD6257; }
span { border-color: rgb(173,98,87); }
td.TdClassName
{
border-color: #AD6257;
}
.TagClassName
{
border-color: #AD6257;
}
</style>