Shades of Toast #A27669
Tints of Toast #A27669
RGB
CMYK
RGB Variations
Color information
#A27669 (or 0xA27669) is known color: Toast. HEX triplet: A2, 76 and 69. RGB value is (162,118,105). Sum of RGB (Red+Green+Blue) = 162+118+105=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A27669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27669 is #5D8996. Grayscale: #818181. Windows color (decimal): -6130071 or 6911650. OLE color: 6911650.
HSL color Cylindrical-coordinate representation of color #A27669: hue angle of 13.68º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27669 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 105 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.36 |
| HSL | 13.68º | 0.23% | 0.52% | - |
| HSV(B) | 13.68º | 0.35% | 0.64% | - |
| XYZ | 23.93 | 21.66 | 16.28 | - |
| YUV | 129.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 105 | 0 | 0.27 | 0.35 | 0.36 | 13.68 | 0.23 | 0.52 |
| Hex | A2 | 76 | 69 | 0 | 1B | 23 | 24 | E | 17 | 34 |
| Octal | 242 | 166 | 151 | 0 | 33 | 43 | 44 | 16 | 27 | 64 |
| Binary | 10100010 | 1110110 | 1101001 | 0 | 11011 | 100011 | 100100 | 1110 | 10111 | 110100 |
Color Harmonies of #A27669
Complementary color
Monochromatic Colors of #A27669
Black with #A27669
Text Example
Text Example
White with #A27669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27669; }
p { color: rgb(162,118,105); }
H1.HeaderClassName
{
color: #A27669;
}
.AnyTagClassName
{
color: #A27669;
}
</style>
background-color css
<style>
a { background-color: #A27669; }
a { background-color: rgb(162,118,105); }
div.DivClassName
{
background-color: #A27669;
}
.BgClassName
{
background-color: #A27669;
}
</style>
border-color css
<style>
span { border-color: #A27669; }
span { border-color: rgb(162,118,105); }
td.TdClassName
{
border-color: #A27669;
}
.TagClassName
{
border-color: #A27669;
}
</style>