#A3918A

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

Shades of Zorba #A3918A

Tints of Zorba #A3918A

Color information

#A3918A (or 0xA3918A) is unknown color: approx Zorba. HEX triplet: A3, 91 and 8A. RGB value is (163,145,138). Sum of RGB (Red+Green+Blue) = 163+145+138=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A3918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3918A is #5C6E75. Grayscale: #959595. Windows color (decimal): -6057590 or 9081251. OLE color: 9081251.

HSL color Cylindrical-coordinate representation of color #A3918A: hue angle of 16.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3918A is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163145138-
CMYK00.110.150.36
HSL16.8º11.96%59.02%-
HSV(B)16.8º15.34%63.92%-
XYZ29.8229.8728.24-
YUV149.58121.46137.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=36.55%
G=32.51%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314513800.110.150.3616.811.9659.02
HexA3918A0BF2411c3b
Octal2432212120131744211473
Binary101000111001000110001010010111111100100100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3918A; }

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

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

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

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

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

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

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

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