#A18D84

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

Shades of Zorba #A18D84

Tints of Zorba #A18D84

Color information

#A18D84 (or 0xA18D84) is unknown color: approx Zorba. HEX triplet: A1, 8D and 84. RGB value is (161,141,132). Sum of RGB (Red+Green+Blue) = 161+141+132=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D84 is #5E727B. Grayscale: #929292. Windows color (decimal): -6189692 or 8687009. OLE color: 8687009.

HSL color Cylindrical-coordinate representation of color #A18D84: hue angle of 18.62º 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 #A18D84 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB161141132-
CMYK00.120.180.37
HSL18.62º13.36%57.45%-
HSV(B)18.62º18.01%63.14%-
XYZ28.3928.2925.79-
YUV145.95120.13138.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=37.10%
G=32.49%
B=30.41%

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
Decimal16114113200.120.180.3718.6213.3657.45
HexA18D840C122513d39
Octal2412152040142245231571
Binary1010000110001101100001000110010010100101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D84; }

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

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

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

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

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

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

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

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