Shades of Toast #A3775C
Tints of Toast #A3775C
RGB
CMYK
RGB Variations
Color information
#A3775C (or 0xA3775C) is known color: Toast. HEX triplet: A3, 77 and 5C. RGB value is (163,119,92). Sum of RGB (Red+Green+Blue) = 163+119+92=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3775C is #5C88A3. Grayscale: #818181. Windows color (decimal): -6064292 or 6059939. OLE color: 6059939.
HSL color Cylindrical-coordinate representation of color #A3775C: hue angle of 22.82º 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 #A3775C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 119 | 92 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.36 |
| HSL | 22.82º | 0.28% | 0.5% | - |
| HSV(B) | 22.82º | 0.44% | 0.64% | - |
| XYZ | 23.63 | 21.75 | 13.08 | - |
| YUV | 129.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 92 | 0 | 0.27 | 0.44 | 0.36 | 22.82 | 0.28 | 0.5 |
| Hex | A3 | 77 | 5C | 0 | 1B | 2C | 24 | 17 | 1C | 32 |
| Octal | 243 | 167 | 134 | 0 | 33 | 54 | 44 | 27 | 34 | 62 |
| Binary | 10100011 | 1110111 | 1011100 | 0 | 11011 | 101100 | 100100 | 10111 | 11100 | 110010 |
Color Harmonies of #A3775C
Complementary color
Monochromatic Colors of #A3775C
Black with #A3775C
Text Example
Text Example
White with #A3775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3775C; }
p { color: rgb(163,119,92); }
H1.HeaderClassName
{
color: #A3775C;
}
.AnyTagClassName
{
color: #A3775C;
}
</style>
background-color css
<style>
a { background-color: #A3775C; }
a { background-color: rgb(163,119,92); }
div.DivClassName
{
background-color: #A3775C;
}
.BgClassName
{
background-color: #A3775C;
}
</style>
border-color css
<style>
span { border-color: #A3775C; }
span { border-color: rgb(163,119,92); }
td.TdClassName
{
border-color: #A3775C;
}
.TagClassName
{
border-color: #A3775C;
}
</style>