#A39384

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

Shades of Zorba #A39384

Tints of Zorba #A39384

Color information

#A39384 (or 0xA39384) is unknown color: approx Zorba. HEX triplet: A3, 93 and 84. RGB value is (163,147,132). Sum of RGB (Red+Green+Blue) = 163+147+132=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A39384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39384 is #5C6C7B. Grayscale: #969696. Windows color (decimal): -6057084 or 8688547. OLE color: 8688547.

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

Color convert

RGB163147132-
CMYK00.100.190.36
HSL29.03º14.42%57.84%-
HSV(B)29.03º19.02%63.92%-
XYZ29.730.3226.12-
YUV150.07117.8137.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=36.88%
G=33.26%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314713200.100.190.3629.0314.4257.84
HexA393840A13241de3a
Octal2432232040122344351672
Binary1010001110010011100001000101010011100100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39384; }

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

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

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

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

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

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

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

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