Shades of Au Chico #AB655A
Tints of Au Chico #AB655A
RGB
CMYK
RGB Variations
Color information
#AB655A (or 0xAB655A) is known color: Au Chico. HEX triplet: AB, 65 and 5A. RGB value is (171,101,90). Sum of RGB (Red+Green+Blue) = 171+101+90=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB655A is #549AA5. Grayscale: #787878. Windows color (decimal): -5544614 or 5924267. OLE color: 5924267.
HSL color Cylindrical-coordinate representation of color #AB655A: hue angle of 8.15º 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 #AB655A is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 90 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.33 |
| HSL | 8.15º | 0.33% | 0.51% | - |
| HSV(B) | 8.15º | 0.47% | 0.67% | - |
| XYZ | 23.29 | 18.7 | 12.06 | - |
| YUV | 120.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 90 | 0 | 0.41 | 0.47 | 0.33 | 8.15 | 0.33 | 0.51 |
| Hex | AB | 65 | 5A | 0 | 29 | 2F | 21 | 8 | 21 | 33 |
| Octal | 253 | 145 | 132 | 0 | 51 | 57 | 41 | 10 | 41 | 63 |
| Binary | 10101011 | 1100101 | 1011010 | 0 | 101001 | 101111 | 100001 | 1000 | 100001 | 110011 |
Color Harmonies of #AB655A
Complementary color
Monochromatic Colors of #AB655A
Black with #AB655A
Text Example
Text Example
White with #AB655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB655A; }
p { color: rgb(171,101,90); }
H1.HeaderClassName
{
color: #AB655A;
}
.AnyTagClassName
{
color: #AB655A;
}
</style>
background-color css
<style>
a { background-color: #AB655A; }
a { background-color: rgb(171,101,90); }
div.DivClassName
{
background-color: #AB655A;
}
.BgClassName
{
background-color: #AB655A;
}
</style>
border-color css
<style>
span { border-color: #AB655A; }
span { border-color: rgb(171,101,90); }
td.TdClassName
{
border-color: #AB655A;
}
.TagClassName
{
border-color: #AB655A;
}
</style>