Shades of Au Chico #A26B5F
Tints of Au Chico #A26B5F
RGB
CMYK
RGB Variations
Color information
#A26B5F (or 0xA26B5F) is known color: Au Chico. HEX triplet: A2, 6B and 5F. RGB value is (162,107,95). Sum of RGB (Red+Green+Blue) = 162+107+95=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B5F is #5D94A0. Grayscale: #7A7A7A. Windows color (decimal): -6132897 or 6253474. OLE color: 6253474.
HSL color Cylindrical-coordinate representation of color #A26B5F: hue angle of 10.75º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26B5F is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 95 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.36 |
| HSL | 10.75º | 0.26% | 0.5% | - |
| HSV(B) | 10.75º | 0.41% | 0.64% | - |
| XYZ | 22.22 | 19.02 | 13.33 | - |
| YUV | 122.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 95 | 0 | 0.34 | 0.41 | 0.36 | 10.75 | 0.26 | 0.5 |
| Hex | A2 | 6B | 5F | 0 | 22 | 29 | 24 | B | 1A | 32 |
| Octal | 242 | 153 | 137 | 0 | 42 | 51 | 44 | 13 | 32 | 62 |
| Binary | 10100010 | 1101011 | 1011111 | 0 | 100010 | 101001 | 100100 | 1011 | 11010 | 110010 |
Color Harmonies of #A26B5F
Complementary color
Monochromatic Colors of #A26B5F
Black with #A26B5F
Text Example
Text Example
White with #A26B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B5F; }
p { color: rgb(162,107,95); }
H1.HeaderClassName
{
color: #A26B5F;
}
.AnyTagClassName
{
color: #A26B5F;
}
</style>
background-color css
<style>
a { background-color: #A26B5F; }
a { background-color: rgb(162,107,95); }
div.DivClassName
{
background-color: #A26B5F;
}
.BgClassName
{
background-color: #A26B5F;
}
</style>
border-color css
<style>
span { border-color: #A26B5F; }
span { border-color: rgb(162,107,95); }
td.TdClassName
{
border-color: #A26B5F;
}
.TagClassName
{
border-color: #A26B5F;
}
</style>