#8A5554

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

Shades of Lotus #8A5554

Tints of Lotus #8A5554

Color information

#8A5554 (or 0x8A5554) is unknown color: approx Lotus. HEX triplet: 8A, 55 and 54. RGB value is (138,85,84). Sum of RGB (Red+Green+Blue) = 138+85+84=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5554 is #75AAAB. Grayscale: #646464. Windows color (decimal): -7711404 or 5526922. OLE color: 5526922.

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

Color convert

RGB1388584-
CMYK00.380.390.46
HSL1.11º24.32%43.53%-
HSV(B)1.11º39.13%54.12%-
XYZ15.3312.5410-
YUV100.73118.56154.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=44.95%
G=27.69%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138858400.380.390.461.1124.3243.53
Hex8A5554026272E1182c
Octal212125124046475613054
Binary10001010101010110101000100110100111101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,85,84); }

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

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

 a { background-color: rgb(138,85,84); }

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

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

 span { border-color: rgb(138,85,84); }

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