Shades of Au Chico #AB675A
Tints of Au Chico #AB675A
RGB
CMYK
RGB Variations
Color information
#AB675A (or 0xAB675A) is known color: Au Chico. HEX triplet: AB, 67 and 5A. RGB value is (171,103,90). Sum of RGB (Red+Green+Blue) = 171+103+90=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB675A is #5498A5. Grayscale: #797979. Windows color (decimal): -5544102 or 5924779. OLE color: 5924779.
HSL color Cylindrical-coordinate representation of color #AB675A: hue angle of 9.63º 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 #AB675A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 90 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.33 |
| HSL | 9.63º | 0.33% | 0.51% | - |
| HSV(B) | 9.63º | 0.47% | 0.67% | - |
| XYZ | 23.49 | 19.1 | 12.12 | - |
| YUV | 121.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 90 | 0 | 0.40 | 0.47 | 0.33 | 9.63 | 0.33 | 0.51 |
| Hex | AB | 67 | 5A | 0 | 28 | 2F | 21 | A | 21 | 33 |
| Octal | 253 | 147 | 132 | 0 | 50 | 57 | 41 | 12 | 41 | 63 |
| Binary | 10101011 | 1100111 | 1011010 | 0 | 101000 | 101111 | 100001 | 1010 | 100001 | 110011 |
Color Harmonies of #AB675A
Complementary color
Monochromatic Colors of #AB675A
Black with #AB675A
Text Example
Text Example
White with #AB675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB675A; }
p { color: rgb(171,103,90); }
H1.HeaderClassName
{
color: #AB675A;
}
.AnyTagClassName
{
color: #AB675A;
}
</style>
background-color css
<style>
a { background-color: #AB675A; }
a { background-color: rgb(171,103,90); }
div.DivClassName
{
background-color: #AB675A;
}
.BgClassName
{
background-color: #AB675A;
}
</style>
border-color css
<style>
span { border-color: #AB675A; }
span { border-color: rgb(171,103,90); }
td.TdClassName
{
border-color: #AB675A;
}
.TagClassName
{
border-color: #AB675A;
}
</style>