Shades of Lotus #8A554F
Tints of Lotus #8A554F
RGB
CMYK
RGB Variations
Color information
#8A554F (or 0x8A554F) is known color: Lotus. HEX triplet: 8A, 55 and 4F. RGB value is (138,85,79). Sum of RGB (Red+Green+Blue) = 138+85+79=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A554F is #75AAB0. Grayscale: #646464. Windows color (decimal): -7711409 or 5199242. OLE color: 5199242.
HSL color Cylindrical-coordinate representation of color #8A554F: hue angle of 6.1º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A554F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 79 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.46 |
| HSL | 6.1º | 0.27% | 0.43% | - |
| HSV(B) | 6.1º | 0.43% | 0.54% | - |
| XYZ | 15.14 | 12.46 | 9.01 | - |
| YUV | 100.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 79 | 0 | 0.38 | 0.43 | 0.46 | 6.1 | 0.27 | 0.43 |
| Hex | 8A | 55 | 4F | 0 | 26 | 2B | 2E | 6 | 1B | 2B |
| Octal | 212 | 125 | 117 | 0 | 46 | 53 | 56 | 6 | 33 | 53 |
| Binary | 10001010 | 1010101 | 1001111 | 0 | 100110 | 101011 | 101110 | 110 | 11011 | 101011 |
Color Harmonies of #8A554F
Complementary color
Monochromatic Colors of #8A554F
Black with #8A554F
Text Example
Text Example
White with #8A554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A554F; }
p { color: rgb(138,85,79); }
H1.HeaderClassName
{
color: #8A554F;
}
.AnyTagClassName
{
color: #8A554F;
}
</style>
background-color css
<style>
a { background-color: #8A554F; }
a { background-color: rgb(138,85,79); }
div.DivClassName
{
background-color: #8A554F;
}
.BgClassName
{
background-color: #8A554F;
}
</style>
border-color css
<style>
span { border-color: #8A554F; }
span { border-color: rgb(138,85,79); }
td.TdClassName
{
border-color: #8A554F;
}
.TagClassName
{
border-color: #8A554F;
}
</style>