Shades of Toast #A8765B
Tints of Toast #A8765B
RGB
CMYK
RGB Variations
Color information
#A8765B (or 0xA8765B) is known color: Toast. HEX triplet: A8, 76 and 5B. RGB value is (168,118,91). Sum of RGB (Red+Green+Blue) = 168+118+91=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8765B is #5789A4. Grayscale: #828282. Windows color (decimal): -5736869 or 5994152. OLE color: 5994152.
HSL color Cylindrical-coordinate representation of color #A8765B: hue angle of 21.04º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8765B is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 91 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.34 |
| HSL | 21.04º | 0.31% | 0.51% | - |
| HSV(B) | 21.04º | 0.46% | 0.66% | - |
| XYZ | 24.52 | 22.04 | 12.86 | - |
| YUV | 129.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 91 | 0 | 0.30 | 0.46 | 0.34 | 21.04 | 0.31 | 0.51 |
| Hex | A8 | 76 | 5B | 0 | 1E | 2E | 22 | 15 | 1F | 33 |
| Octal | 250 | 166 | 133 | 0 | 36 | 56 | 42 | 25 | 37 | 63 |
| Binary | 10101000 | 1110110 | 1011011 | 0 | 11110 | 101110 | 100010 | 10101 | 11111 | 110011 |
Color Harmonies of #A8765B
Complementary color
Monochromatic Colors of #A8765B
Black with #A8765B
Text Example
Text Example
White with #A8765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8765B; }
p { color: rgb(168,118,91); }
H1.HeaderClassName
{
color: #A8765B;
}
.AnyTagClassName
{
color: #A8765B;
}
</style>
background-color css
<style>
a { background-color: #A8765B; }
a { background-color: rgb(168,118,91); }
div.DivClassName
{
background-color: #A8765B;
}
.BgClassName
{
background-color: #A8765B;
}
</style>
border-color css
<style>
span { border-color: #A8765B; }
span { border-color: rgb(168,118,91); }
td.TdClassName
{
border-color: #A8765B;
}
.TagClassName
{
border-color: #A8765B;
}
</style>