#A38D84

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

Shades of Zorba #A38D84

Tints of Zorba #A38D84

Color information

#A38D84 (or 0xA38D84) is unknown color: approx Zorba. HEX triplet: A3, 8D and 84. RGB value is (163,141,132). Sum of RGB (Red+Green+Blue) = 163+141+132=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D84 is #5C727B. Grayscale: #929292. Windows color (decimal): -6058620 or 8687011. OLE color: 8687011.

HSL color Cylindrical-coordinate representation of color #A38D84: hue angle of 17.42º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38D84 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB163141132-
CMYK00.130.190.36
HSL17.42º14.42%57.84%-
HSV(B)17.42º19.02%63.92%-
XYZ28.7928.525.81-
YUV146.55119.79139.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=37.39%
G=32.34%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314113200.130.190.3617.4214.4257.84
HexA38D840D132411e3a
Octal2432152040152344211672
Binary1010001110001101100001000110110011100100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D84; }

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

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

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

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

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

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

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

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