#A3948E

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

Shades of Zorba #A3948E

Tints of Zorba #A3948E

Color information

#A3948E (or 0xA3948E) is unknown color: approx Zorba. HEX triplet: A3, 94 and 8E. RGB value is (163,148,142). Sum of RGB (Red+Green+Blue) = 163+148+142=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3948E is #5C6B71. Grayscale: #979797. Windows color (decimal): -6056818 or 9344163. OLE color: 9344163.

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

Color convert

RGB163148142-
CMYK00.090.130.36
HSL17.14º10.24%59.8%-
HSV(B)17.14º12.88%63.92%-
XYZ30.5830.9229.95-
YUV151.8122.47135.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=35.98%
G=32.67%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314814200.090.130.3617.1410.2459.8
HexA3948E09D2411a3c
Octal2432242160111544211274
Binary101000111001010010001110010011101100100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3948E; }

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

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

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

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

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

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

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

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