Shades of Au Chico #AB6457
Tints of Au Chico #AB6457
RGB
CMYK
RGB Variations
Color information
#AB6457 (or 0xAB6457) is known color: Au Chico. HEX triplet: AB, 64 and 57. RGB value is (171,100,87). Sum of RGB (Red+Green+Blue) = 171+100+87=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6457 is #549BA8. Grayscale: #777777. Windows color (decimal): -5544873 or 5727403. OLE color: 5727403.
HSL color Cylindrical-coordinate representation of color #AB6457: hue angle of 9.29º 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 #AB6457 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 87 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.33 |
| HSL | 9.29º | 0.33% | 0.51% | - |
| HSV(B) | 9.29º | 0.49% | 0.67% | - |
| XYZ | 23.07 | 18.46 | 11.36 | - |
| YUV | 119.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 87 | 0 | 0.42 | 0.49 | 0.33 | 9.29 | 0.33 | 0.51 |
| Hex | AB | 64 | 57 | 0 | 2A | 31 | 21 | 9 | 21 | 33 |
| Octal | 253 | 144 | 127 | 0 | 52 | 61 | 41 | 11 | 41 | 63 |
| Binary | 10101011 | 1100100 | 1010111 | 0 | 101010 | 110001 | 100001 | 1001 | 100001 | 110011 |
Color Harmonies of #AB6457
Complementary color
Monochromatic Colors of #AB6457
Black with #AB6457
Text Example
Text Example
White with #AB6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6457; }
p { color: rgb(171,100,87); }
H1.HeaderClassName
{
color: #AB6457;
}
.AnyTagClassName
{
color: #AB6457;
}
</style>
background-color css
<style>
a { background-color: #AB6457; }
a { background-color: rgb(171,100,87); }
div.DivClassName
{
background-color: #AB6457;
}
.BgClassName
{
background-color: #AB6457;
}
</style>
border-color css
<style>
span { border-color: #AB6457; }
span { border-color: rgb(171,100,87); }
td.TdClassName
{
border-color: #AB6457;
}
.TagClassName
{
border-color: #AB6457;
}
</style>