Shades of Lotus #8A5654
Tints of Lotus #8A5654
RGB
CMYK
RGB Variations
Color information
#8A5654 (or 0x8A5654) is known color: Lotus. HEX triplet: 8A, 56 and 54. RGB value is (138,86,84). Sum of RGB (Red+Green+Blue) = 138+86+84=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5654 is #75A9AB. Grayscale: #656565. Windows color (decimal): -7711148 or 5527178. OLE color: 5527178.
HSL color Cylindrical-coordinate representation of color #8A5654: hue angle of 2.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5654 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 84 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.46 |
| HSL | 2.22º | 0.24% | 0.44% | - |
| HSV(B) | 2.22º | 0.39% | 0.54% | - |
| XYZ | 15.41 | 12.7 | 10.03 | - |
| YUV | 101.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 84 | 0 | 0.38 | 0.39 | 0.46 | 2.22 | 0.24 | 0.44 |
| Hex | 8A | 56 | 54 | 0 | 26 | 27 | 2E | 2 | 18 | 2C |
| Octal | 212 | 126 | 124 | 0 | 46 | 47 | 56 | 2 | 30 | 54 |
| Binary | 10001010 | 1010110 | 1010100 | 0 | 100110 | 100111 | 101110 | 10 | 11000 | 101100 |
Color Harmonies of #8A5654
Complementary color
Monochromatic Colors of #8A5654
Black with #8A5654
Text Example
Text Example
White with #8A5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5654; }
p { color: rgb(138,86,84); }
H1.HeaderClassName
{
color: #8A5654;
}
.AnyTagClassName
{
color: #8A5654;
}
</style>
background-color css
<style>
a { background-color: #8A5654; }
a { background-color: rgb(138,86,84); }
div.DivClassName
{
background-color: #8A5654;
}
.BgClassName
{
background-color: #8A5654;
}
</style>
border-color css
<style>
span { border-color: #8A5654; }
span { border-color: rgb(138,86,84); }
td.TdClassName
{
border-color: #8A5654;
}
.TagClassName
{
border-color: #8A5654;
}
</style>