Shades of Au Chico #A36254
Tints of Au Chico #A36254
RGB
CMYK
RGB Variations
Color information
#A36254 (or 0xA36254) is known color: Au Chico. HEX triplet: A3, 62 and 54. RGB value is (163,98,84). Sum of RGB (Red+Green+Blue) = 163+98+84=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A36254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36254 is #5C9DAB. Grayscale: #737373. Windows color (decimal): -6069676 or 5530275. OLE color: 5530275.
HSL color Cylindrical-coordinate representation of color #A36254: hue angle of 10.63º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36254 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 84 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.36 |
| HSL | 10.63º | 0.32% | 0.48% | - |
| HSV(B) | 10.63º | 0.48% | 0.64% | - |
| XYZ | 21.07 | 17.16 | 10.59 | - |
| YUV | 115.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 84 | 0 | 0.40 | 0.48 | 0.36 | 10.63 | 0.32 | 0.48 |
| Hex | A3 | 62 | 54 | 0 | 28 | 30 | 24 | B | 20 | 30 |
| Octal | 243 | 142 | 124 | 0 | 50 | 60 | 44 | 13 | 40 | 60 |
| Binary | 10100011 | 1100010 | 1010100 | 0 | 101000 | 110000 | 100100 | 1011 | 100000 | 110000 |
Color Harmonies of #A36254
Complementary color
Monochromatic Colors of #A36254
Black with #A36254
Text Example
Text Example
White with #A36254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36254; }
p { color: rgb(163,98,84); }
H1.HeaderClassName
{
color: #A36254;
}
.AnyTagClassName
{
color: #A36254;
}
</style>
background-color css
<style>
a { background-color: #A36254; }
a { background-color: rgb(163,98,84); }
div.DivClassName
{
background-color: #A36254;
}
.BgClassName
{
background-color: #A36254;
}
</style>
border-color css
<style>
span { border-color: #A36254; }
span { border-color: rgb(163,98,84); }
td.TdClassName
{
border-color: #A36254;
}
.TagClassName
{
border-color: #A36254;
}
</style>