Shades of Au Chico #A5655B
Tints of Au Chico #A5655B
RGB
CMYK
RGB Variations
Color information
#A5655B (or 0xA5655B) is known color: Au Chico. HEX triplet: A5, 65 and 5B. RGB value is (165,101,91). Sum of RGB (Red+Green+Blue) = 165+101+91=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655B is #5A9AA4. Grayscale: #777777. Windows color (decimal): -5937829 or 5989797. OLE color: 5989797.
HSL color Cylindrical-coordinate representation of color #A5655B: hue angle of 8.11º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5655B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 101 | 91 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.35 |
| HSL | 8.11º | 0.29% | 0.5% | - |
| HSV(B) | 8.11º | 0.45% | 0.65% | - |
| XYZ | 22.06 | 18.06 | 12.22 | - |
| YUV | 119 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 91 | 0 | 0.39 | 0.45 | 0.35 | 8.11 | 0.29 | 0.5 |
| Hex | A5 | 65 | 5B | 0 | 27 | 2D | 23 | 8 | 1D | 32 |
| Octal | 245 | 145 | 133 | 0 | 47 | 55 | 43 | 10 | 35 | 62 |
| Binary | 10100101 | 1100101 | 1011011 | 0 | 100111 | 101101 | 100011 | 1000 | 11101 | 110010 |
Color Harmonies of #A5655B
Complementary color
Monochromatic Colors of #A5655B
Black with #A5655B
Text Example
Text Example
White with #A5655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5655B; }
p { color: rgb(165,101,91); }
H1.HeaderClassName
{
color: #A5655B;
}
.AnyTagClassName
{
color: #A5655B;
}
</style>
background-color css
<style>
a { background-color: #A5655B; }
a { background-color: rgb(165,101,91); }
div.DivClassName
{
background-color: #A5655B;
}
.BgClassName
{
background-color: #A5655B;
}
</style>
border-color css
<style>
span { border-color: #A5655B; }
span { border-color: rgb(165,101,91); }
td.TdClassName
{
border-color: #A5655B;
}
.TagClassName
{
border-color: #A5655B;
}
</style>