#A18E84

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

Shades of Zorba #A18E84

Tints of Zorba #A18E84

Color information

#A18E84 (or 0xA18E84) is unknown color: approx Zorba. HEX triplet: A1, 8E and 84. RGB value is (161,142,132). Sum of RGB (Red+Green+Blue) = 161+142+132=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E84 is #5E717B. Grayscale: #929292. Windows color (decimal): -6189436 or 8687265. OLE color: 8687265.

HSL color Cylindrical-coordinate representation of color #A18E84: hue angle of 20.69º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18E84 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB161142132-
CMYK00.120.180.37
HSL20.69º13.36%57.45%-
HSV(B)20.69º18.01%63.14%-
XYZ28.5428.5925.84-
YUV146.54119.79138.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=37.01%
G=32.64%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114213200.120.180.3720.6913.3657.45
HexA18E840C122515d39
Octal2412162040142245251571
Binary1010000110001110100001000110010010100101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E84; }

 p { color: rgb(161,142,132); }

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

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

 a { background-color: rgb(161,142,132); }

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

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

 span { border-color: rgb(161,142,132); }

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