Shades of Toast #A3755B
Tints of Toast #A3755B
RGB
CMYK
RGB Variations
Color information
#A3755B (or 0xA3755B) is known color: Toast. HEX triplet: A3, 75 and 5B. RGB value is (163,117,91). Sum of RGB (Red+Green+Blue) = 163+117+91=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3755B is #5C8AA4. Grayscale: #7F7F7F. Windows color (decimal): -6064805 or 5993891. OLE color: 5993891.
HSL color Cylindrical-coordinate representation of color #A3755B: hue angle of 21.67º 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 #A3755B is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 91 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.36 |
| HSL | 21.67º | 0.28% | 0.5% | - |
| HSV(B) | 21.67º | 0.44% | 0.64% | - |
| XYZ | 23.35 | 21.26 | 12.77 | - |
| YUV | 127.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 91 | 0 | 0.28 | 0.44 | 0.36 | 21.67 | 0.28 | 0.5 |
| Hex | A3 | 75 | 5B | 0 | 1C | 2C | 24 | 16 | 1C | 32 |
| Octal | 243 | 165 | 133 | 0 | 34 | 54 | 44 | 26 | 34 | 62 |
| Binary | 10100011 | 1110101 | 1011011 | 0 | 11100 | 101100 | 100100 | 10110 | 11100 | 110010 |
Color Harmonies of #A3755B
Complementary color
Monochromatic Colors of #A3755B
Black with #A3755B
Text Example
Text Example
White with #A3755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3755B; }
p { color: rgb(163,117,91); }
H1.HeaderClassName
{
color: #A3755B;
}
.AnyTagClassName
{
color: #A3755B;
}
</style>
background-color css
<style>
a { background-color: #A3755B; }
a { background-color: rgb(163,117,91); }
div.DivClassName
{
background-color: #A3755B;
}
.BgClassName
{
background-color: #A3755B;
}
</style>
border-color css
<style>
span { border-color: #A3755B; }
span { border-color: rgb(163,117,91); }
td.TdClassName
{
border-color: #A3755B;
}
.TagClassName
{
border-color: #A3755B;
}
</style>