#A39184

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

Shades of Zorba #A39184

Tints of Zorba #A39184

Color information

#A39184 (or 0xA39184) is unknown color: approx Zorba. HEX triplet: A3, 91 and 84. RGB value is (163,145,132). Sum of RGB (Red+Green+Blue) = 163+145+132=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A39184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39184 is #5C6E7B. Grayscale: #949494. Windows color (decimal): -6057596 or 8688035. OLE color: 8688035.

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

Color convert

RGB163145132-
CMYK00.110.190.36
HSL25.16º14.42%57.84%-
HSV(B)25.16º19.02%63.92%-
XYZ29.3929.726.01-
YUV148.9118.46138.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 132 (51.95% from 255) = 30%
R=37.05%
G=32.95%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314513200.110.190.3625.1614.4257.84
HexA391840B132419e3a
Octal2432212040132344311672
Binary1010001110010001100001000101110011100100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39184; }

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

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

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

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

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

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

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

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