Shades of Au Chico #A3675B
Tints of Au Chico #A3675B
RGB
CMYK
RGB Variations
Color information
#A3675B (or 0xA3675B) is known color: Au Chico. HEX triplet: A3, 67 and 5B. RGB value is (163,103,91). Sum of RGB (Red+Green+Blue) = 163+103+91=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675B is #5C98A4. Grayscale: #777777. Windows color (decimal): -6068389 or 5990307. OLE color: 5990307.
HSL color Cylindrical-coordinate representation of color #A3675B: hue angle of 10º 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 #A3675B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 91 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.36 |
| HSL | 10º | 0.28% | 0.5% | - |
| HSV(B) | 10º | 0.44% | 0.64% | - |
| XYZ | 21.84 | 18.24 | 12.27 | - |
| YUV | 119.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 91 | 0 | 0.37 | 0.44 | 0.36 | 10 | 0.28 | 0.5 |
| Hex | A3 | 67 | 5B | 0 | 25 | 2C | 24 | A | 1C | 32 |
| Octal | 243 | 147 | 133 | 0 | 45 | 54 | 44 | 12 | 34 | 62 |
| Binary | 10100011 | 1100111 | 1011011 | 0 | 100101 | 101100 | 100100 | 1010 | 11100 | 110010 |
Color Harmonies of #A3675B
Complementary color
Monochromatic Colors of #A3675B
Black with #A3675B
Text Example
Text Example
White with #A3675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3675B; }
p { color: rgb(163,103,91); }
H1.HeaderClassName
{
color: #A3675B;
}
.AnyTagClassName
{
color: #A3675B;
}
</style>
background-color css
<style>
a { background-color: #A3675B; }
a { background-color: rgb(163,103,91); }
div.DivClassName
{
background-color: #A3675B;
}
.BgClassName
{
background-color: #A3675B;
}
</style>
border-color css
<style>
span { border-color: #A3675B; }
span { border-color: rgb(163,103,91); }
td.TdClassName
{
border-color: #A3675B;
}
.TagClassName
{
border-color: #A3675B;
}
</style>