Shades of Au Chico #AB685A
Tints of Au Chico #AB685A
RGB
CMYK
RGB Variations
Color information
#AB685A (or 0xAB685A) is known color: Au Chico. HEX triplet: AB, 68 and 5A. RGB value is (171,104,90). Sum of RGB (Red+Green+Blue) = 171+104+90=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB685A is #5497A5. Grayscale: #7A7A7A. Windows color (decimal): -5543846 or 5925035. OLE color: 5925035.
HSL color Cylindrical-coordinate representation of color #AB685A: hue angle of 10.37º degrees, saturation: 0.33, 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 #AB685A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 90 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.33 |
| HSL | 10.37º | 0.33% | 0.51% | - |
| HSV(B) | 10.37º | 0.47% | 0.67% | - |
| XYZ | 23.59 | 19.3 | 12.15 | - |
| YUV | 122.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 90 | 0 | 0.39 | 0.47 | 0.33 | 10.37 | 0.33 | 0.51 |
| Hex | AB | 68 | 5A | 0 | 27 | 2F | 21 | A | 21 | 33 |
| Octal | 253 | 150 | 132 | 0 | 47 | 57 | 41 | 12 | 41 | 63 |
| Binary | 10101011 | 1101000 | 1011010 | 0 | 100111 | 101111 | 100001 | 1010 | 100001 | 110011 |
Color Harmonies of #AB685A
Complementary color
Monochromatic Colors of #AB685A
Black with #AB685A
Text Example
Text Example
White with #AB685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB685A; }
p { color: rgb(171,104,90); }
H1.HeaderClassName
{
color: #AB685A;
}
.AnyTagClassName
{
color: #AB685A;
}
</style>
background-color css
<style>
a { background-color: #AB685A; }
a { background-color: rgb(171,104,90); }
div.DivClassName
{
background-color: #AB685A;
}
.BgClassName
{
background-color: #AB685A;
}
</style>
border-color css
<style>
span { border-color: #AB685A; }
span { border-color: rgb(171,104,90); }
td.TdClassName
{
border-color: #AB685A;
}
.TagClassName
{
border-color: #AB685A;
}
</style>