#8A504F

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

Shades of Lotus #8A504F

Tints of Lotus #8A504F

Color information

#8A504F (or 0x8A504F) is unknown color: approx Lotus. HEX triplet: 8A, 50 and 4F. RGB value is (138,80,79). Sum of RGB (Red+Green+Blue) = 138+80+79=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A504F is #75AFB0. Grayscale: #616161. Windows color (decimal): -7712689 or 5197962. OLE color: 5197962.

HSL color Cylindrical-coordinate representation of color #8A504F: hue angle of 1.02º 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 #8A504F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1388079-
CMYK00.420.430.46
HSL1.02º27.19%42.55%-
HSV(B)1.02º42.75%54.12%-
XYZ14.7611.718.88-
YUV97.23117.72157.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=46.46%
G=26.94%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138807900.420.430.461.0227.1942.55
Hex8A504F02A2B2E11b2b
Octal212120117052535613353
Binary10001010101000010011110101010101011101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,80,79); }

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

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

 a { background-color: rgb(138,80,79); }

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

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

 span { border-color: rgb(138,80,79); }

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