Shades of Au Chico #A8655B
Tints of Au Chico #A8655B
RGB
CMYK
RGB Variations
Color information
#A8655B (or 0xA8655B) is known color: Au Chico. HEX triplet: A8, 65 and 5B. RGB value is (168,101,91). Sum of RGB (Red+Green+Blue) = 168+101+91=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8655B is #579AA4. Grayscale: #787878. Windows color (decimal): -5741221 or 5989800. OLE color: 5989800.
HSL color Cylindrical-coordinate representation of color #A8655B: hue angle of 7.79º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8655B is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 91 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.34 |
| HSL | 7.79º | 0.31% | 0.51% | - |
| HSV(B) | 7.79º | 0.46% | 0.66% | - |
| XYZ | 22.69 | 18.39 | 12.25 | - |
| YUV | 119.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 91 | 0 | 0.40 | 0.46 | 0.34 | 7.79 | 0.31 | 0.51 |
| Hex | A8 | 65 | 5B | 0 | 28 | 2E | 22 | 8 | 1F | 33 |
| Octal | 250 | 145 | 133 | 0 | 50 | 56 | 42 | 10 | 37 | 63 |
| Binary | 10101000 | 1100101 | 1011011 | 0 | 101000 | 101110 | 100010 | 1000 | 11111 | 110011 |
Color Harmonies of #A8655B
Complementary color
Monochromatic Colors of #A8655B
Black with #A8655B
Text Example
Text Example
White with #A8655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8655B; }
p { color: rgb(168,101,91); }
H1.HeaderClassName
{
color: #A8655B;
}
.AnyTagClassName
{
color: #A8655B;
}
</style>
background-color css
<style>
a { background-color: #A8655B; }
a { background-color: rgb(168,101,91); }
div.DivClassName
{
background-color: #A8655B;
}
.BgClassName
{
background-color: #A8655B;
}
</style>
border-color css
<style>
span { border-color: #A8655B; }
span { border-color: rgb(168,101,91); }
td.TdClassName
{
border-color: #A8655B;
}
.TagClassName
{
border-color: #A8655B;
}
</style>