Shades of Lotus #8A5A54
Tints of Lotus #8A5A54
RGB
CMYK
RGB Variations
Color information
#8A5A54 (or 0x8A5A54) is known color: Lotus. HEX triplet: 8A, 5A and 54. RGB value is (138,90,84). Sum of RGB (Red+Green+Blue) = 138+90+84=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A54 is #75A5AB. Grayscale: #676767. Windows color (decimal): -7710124 or 5528202. OLE color: 5528202.
HSL color Cylindrical-coordinate representation of color #8A5A54: hue angle of 6.67º 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 #8A5A54 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 84 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.46 |
| HSL | 6.67º | 0.24% | 0.44% | - |
| HSV(B) | 6.67º | 0.39% | 0.54% | - |
| XYZ | 15.74 | 13.36 | 10.14 | - |
| YUV | 103.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 84 | 0 | 0.35 | 0.39 | 0.46 | 6.67 | 0.24 | 0.44 |
| Hex | 8A | 5A | 54 | 0 | 23 | 27 | 2E | 7 | 18 | 2C |
| Octal | 212 | 132 | 124 | 0 | 43 | 47 | 56 | 7 | 30 | 54 |
| Binary | 10001010 | 1011010 | 1010100 | 0 | 100011 | 100111 | 101110 | 111 | 11000 | 101100 |
Color Harmonies of #8A5A54
Complementary color
Monochromatic Colors of #8A5A54
Black with #8A5A54
Text Example
Text Example
White with #8A5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A54; }
p { color: rgb(138,90,84); }
H1.HeaderClassName
{
color: #8A5A54;
}
.AnyTagClassName
{
color: #8A5A54;
}
</style>
background-color css
<style>
a { background-color: #8A5A54; }
a { background-color: rgb(138,90,84); }
div.DivClassName
{
background-color: #8A5A54;
}
.BgClassName
{
background-color: #8A5A54;
}
</style>
border-color css
<style>
span { border-color: #8A5A54; }
span { border-color: rgb(138,90,84); }
td.TdClassName
{
border-color: #8A5A54;
}
.TagClassName
{
border-color: #8A5A54;
}
</style>