#8A5651

Color #8A5651 Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #8A5651

Tints of Lotus #8A5651

Color information

#8A5651 (or 0x8A5651) is unknown color: approx Lotus. HEX triplet: 8A, 56 and 51. RGB value is (138,86,81). Sum of RGB (Red+Green+Blue) = 138+86+81=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5651 is #75A9AE. Grayscale: #656565. Windows color (decimal): -7711151 or 5330570. OLE color: 5330570.

HSL color Cylindrical-coordinate representation of color #8A5651: hue angle of 5.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5651 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1388681-
CMYK00.380.410.46
HSL5.26º26.03%42.94%-
HSV(B)5.26º41.3%54.12%-
XYZ15.2912.659.42-
YUV100.98116.73154.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=45.25%
G=28.20%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138868100.380.410.465.2626.0342.94
Hex8A5651026292E51a2b
Octal212126121046515653253
Binary1000101010101101010001010011010100110111010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5651; }

 p { color: rgb(138,86,81); }

 H1.HeaderClassName
 {
   color: #8A5651;
 }
 .AnyTagClassName
 {
   color: #8A5651;
 }
</style>
background-color css

<style>
 a { background-color: #8A5651; }

 a { background-color: rgb(138,86,81); }

 div.DivClassName
 {
   background-color: #8A5651;
 }
 .BgClassName
 {
   background-color: #8A5651;
 }
</style>
border-color css

<style>
 span { border-color: #8A5651; }

 span { border-color: rgb(138,86,81); }

 td.TdClassName
 {
   border-color: #8A5651;
 }
 .TagClassName
 {
   border-color: #8A5651;
 }
</style>