Shades of Au Chico #AB6658
Tints of Au Chico #AB6658
RGB
CMYK
RGB Variations
Color information
#AB6658 (or 0xAB6658) is known color: Au Chico. HEX triplet: AB, 66 and 58. RGB value is (171,102,88). Sum of RGB (Red+Green+Blue) = 171+102+88=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6658 is #5499A7. Grayscale: #797979. Windows color (decimal): -5544360 or 5793451. OLE color: 5793451.
HSL color Cylindrical-coordinate representation of color #AB6658: hue angle of 10.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6658 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 88 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.33 |
| HSL | 10.12º | 0.33% | 0.51% | - |
| HSV(B) | 10.12º | 0.49% | 0.67% | - |
| XYZ | 23.31 | 18.87 | 11.65 | - |
| YUV | 121.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 88 | 0 | 0.40 | 0.49 | 0.33 | 10.12 | 0.33 | 0.51 |
| Hex | AB | 66 | 58 | 0 | 28 | 31 | 21 | A | 21 | 33 |
| Octal | 253 | 146 | 130 | 0 | 50 | 61 | 41 | 12 | 41 | 63 |
| Binary | 10101011 | 1100110 | 1011000 | 0 | 101000 | 110001 | 100001 | 1010 | 100001 | 110011 |
Color Harmonies of #AB6658
Complementary color
Monochromatic Colors of #AB6658
Black with #AB6658
Text Example
Text Example
White with #AB6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6658; }
p { color: rgb(171,102,88); }
H1.HeaderClassName
{
color: #AB6658;
}
.AnyTagClassName
{
color: #AB6658;
}
</style>
background-color css
<style>
a { background-color: #AB6658; }
a { background-color: rgb(171,102,88); }
div.DivClassName
{
background-color: #AB6658;
}
.BgClassName
{
background-color: #AB6658;
}
</style>
border-color css
<style>
span { border-color: #AB6658; }
span { border-color: rgb(171,102,88); }
td.TdClassName
{
border-color: #AB6658;
}
.TagClassName
{
border-color: #AB6658;
}
</style>