Shades of Au Chico #A4675C
Tints of Au Chico #A4675C
RGB
CMYK
RGB Variations
Color information
#A4675C (or 0xA4675C) is known color: Au Chico. HEX triplet: A4, 67 and 5C. RGB value is (164,103,92). Sum of RGB (Red+Green+Blue) = 164+103+92=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4675C is #5B98A3. Grayscale: #787878. Windows color (decimal): -6002852 or 6055844. OLE color: 6055844.
HSL color Cylindrical-coordinate representation of color #A4675C: hue angle of 9.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4675C is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 92 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.36 |
| HSL | 9.17º | 0.28% | 0.5% | - |
| HSV(B) | 9.17º | 0.44% | 0.64% | - |
| XYZ | 22.09 | 18.37 | 12.51 | - |
| YUV | 119.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 92 | 0 | 0.37 | 0.44 | 0.36 | 9.17 | 0.28 | 0.5 |
| Hex | A4 | 67 | 5C | 0 | 25 | 2C | 24 | 9 | 1C | 32 |
| Octal | 244 | 147 | 134 | 0 | 45 | 54 | 44 | 11 | 34 | 62 |
| Binary | 10100100 | 1100111 | 1011100 | 0 | 100101 | 101100 | 100100 | 1001 | 11100 | 110010 |
Color Harmonies of #A4675C
Complementary color
Monochromatic Colors of #A4675C
Black with #A4675C
Text Example
Text Example
White with #A4675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4675C; }
p { color: rgb(164,103,92); }
H1.HeaderClassName
{
color: #A4675C;
}
.AnyTagClassName
{
color: #A4675C;
}
</style>
background-color css
<style>
a { background-color: #A4675C; }
a { background-color: rgb(164,103,92); }
div.DivClassName
{
background-color: #A4675C;
}
.BgClassName
{
background-color: #A4675C;
}
</style>
border-color css
<style>
span { border-color: #A4675C; }
span { border-color: rgb(164,103,92); }
td.TdClassName
{
border-color: #A4675C;
}
.TagClassName
{
border-color: #A4675C;
}
</style>