#A38E84

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

Shades of Zorba #A38E84

Tints of Zorba #A38E84

Color information

#A38E84 (or 0xA38E84) is unknown color: approx Zorba. HEX triplet: A3, 8E and 84. RGB value is (163,142,132). Sum of RGB (Red+Green+Blue) = 163+142+132=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E84 is #5C717B. Grayscale: #939393. Windows color (decimal): -6058364 or 8687267. OLE color: 8687267.

HSL color Cylindrical-coordinate representation of color #A38E84: hue angle of 19.35º 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 #A38E84 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB163142132-
CMYK00.130.190.36
HSL19.35º14.42%57.84%-
HSV(B)19.35º19.02%63.92%-
XYZ28.9428.825.86-
YUV147.14119.46139.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=37.30%
G=32.49%
B=30.21%

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
Decimal16314213200.130.190.3619.3514.4257.84
HexA38E840D132413e3a
Octal2432162040152344231672
Binary1010001110001110100001000110110011100100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E84; }

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

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

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

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

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

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

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

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