#8A564A

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

Shades of Lotus #8A564A

Tints of Lotus #8A564A

Color information

#8A564A (or 0x8A564A) is unknown color: approx Lotus. HEX triplet: 8A, 56 and 4A. RGB value is (138,86,74). Sum of RGB (Red+Green+Blue) = 138+86+74=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A564A is #75A9B5. Grayscale: #646464. Windows color (decimal): -7711158 or 4871818. OLE color: 4871818.

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

Color convert

RGB1388674-
CMYK00.380.460.46
HSL11.25º30.19%41.57%-
HSV(B)11.25º46.38%54.12%-
XYZ15.0512.558.11-
YUV100.18113.23154.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=46.31%
G=28.86%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138867400.380.460.4611.2530.1941.57
Hex8A564A0262E2Eb1e2a
Octal2121261120465656133652
Binary10001010101011010010100100110101110101110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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