#A18D85

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

Shades of Zorba #A18D85

Tints of Zorba #A18D85

Color information

#A18D85 (or 0xA18D85) is unknown color: approx Zorba. HEX triplet: A1, 8D and 85. RGB value is (161,141,133). Sum of RGB (Red+Green+Blue) = 161+141+133=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D85 is #5E727A. Grayscale: #929292. Windows color (decimal): -6189691 or 8752545. OLE color: 8752545.

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

Color convert

RGB161141133-
CMYK00.120.170.37
HSL17.14º12.96%57.65%-
HSV(B)17.14º17.39%63.14%-
XYZ28.4628.3226.16-
YUV146.07120.63138.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=37.01%
G=32.41%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114113300.120.170.3717.1412.9657.65
HexA18D850C112511d3a
Octal2412152050142145211572
Binary1010000110001101100001010110010001100101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D85; }

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

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

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

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

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

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

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

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