Shades of Au Chico #AB685B
Tints of Au Chico #AB685B
RGB
CMYK
RGB Variations
Color information
#AB685B (or 0xAB685B) is known color: Au Chico. HEX triplet: AB, 68 and 5B. RGB value is (171,104,91). Sum of RGB (Red+Green+Blue) = 171+104+91=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB685B is #5497A4. Grayscale: #7A7A7A. Windows color (decimal): -5543845 or 5990571. OLE color: 5990571.
HSL color Cylindrical-coordinate representation of color #AB685B: hue angle of 9.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB685B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 91 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.33 |
| HSL | 9.75º | 0.32% | 0.51% | - |
| HSV(B) | 9.75º | 0.47% | 0.67% | - |
| XYZ | 23.63 | 19.31 | 12.38 | - |
| YUV | 122.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 91 | 0 | 0.39 | 0.47 | 0.33 | 9.75 | 0.32 | 0.51 |
| Hex | AB | 68 | 5B | 0 | 27 | 2F | 21 | A | 20 | 33 |
| Octal | 253 | 150 | 133 | 0 | 47 | 57 | 41 | 12 | 40 | 63 |
| Binary | 10101011 | 1101000 | 1011011 | 0 | 100111 | 101111 | 100001 | 1010 | 100000 | 110011 |
Color Harmonies of #AB685B
Complementary color
Monochromatic Colors of #AB685B
Black with #AB685B
Text Example
Text Example
White with #AB685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB685B; }
p { color: rgb(171,104,91); }
H1.HeaderClassName
{
color: #AB685B;
}
.AnyTagClassName
{
color: #AB685B;
}
</style>
background-color css
<style>
a { background-color: #AB685B; }
a { background-color: rgb(171,104,91); }
div.DivClassName
{
background-color: #AB685B;
}
.BgClassName
{
background-color: #AB685B;
}
</style>
border-color css
<style>
span { border-color: #AB685B; }
span { border-color: rgb(171,104,91); }
td.TdClassName
{
border-color: #AB685B;
}
.TagClassName
{
border-color: #AB685B;
}
</style>