Shades of Au Chico #AB695B
Tints of Au Chico #AB695B
RGB
CMYK
RGB Variations
Color information
#AB695B (or 0xAB695B) is known color: Au Chico. HEX triplet: AB, 69 and 5B. RGB value is (171,105,91). Sum of RGB (Red+Green+Blue) = 171+105+91=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB695B is #5496A4. Grayscale: #7B7B7B. Windows color (decimal): -5543589 or 5990827. OLE color: 5990827.
HSL color Cylindrical-coordinate representation of color #AB695B: hue angle of 10.5º 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 #AB695B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 91 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.33 |
| HSL | 10.5º | 0.32% | 0.51% | - |
| HSV(B) | 10.5º | 0.47% | 0.67% | - |
| XYZ | 23.73 | 19.52 | 12.41 | - |
| YUV | 123.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 91 | 0 | 0.39 | 0.47 | 0.33 | 10.5 | 0.32 | 0.51 |
| Hex | AB | 69 | 5B | 0 | 27 | 2F | 21 | A | 20 | 33 |
| Octal | 253 | 151 | 133 | 0 | 47 | 57 | 41 | 12 | 40 | 63 |
| Binary | 10101011 | 1101001 | 1011011 | 0 | 100111 | 101111 | 100001 | 1010 | 100000 | 110011 |
Color Harmonies of #AB695B
Complementary color
Monochromatic Colors of #AB695B
Black with #AB695B
Text Example
Text Example
White with #AB695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB695B; }
p { color: rgb(171,105,91); }
H1.HeaderClassName
{
color: #AB695B;
}
.AnyTagClassName
{
color: #AB695B;
}
</style>
background-color css
<style>
a { background-color: #AB695B; }
a { background-color: rgb(171,105,91); }
div.DivClassName
{
background-color: #AB695B;
}
.BgClassName
{
background-color: #AB695B;
}
</style>
border-color css
<style>
span { border-color: #AB695B; }
span { border-color: rgb(171,105,91); }
td.TdClassName
{
border-color: #AB695B;
}
.TagClassName
{
border-color: #AB695B;
}
</style>