#A4948D

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

Shades of Zorba #A4948D

Tints of Zorba #A4948D

Color information

#A4948D (or 0xA4948D) is unknown color: approx Zorba. HEX triplet: A4, 94 and 8D. RGB value is (164,148,141). Sum of RGB (Red+Green+Blue) = 164+148+141=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4948D is #5B6B72. Grayscale: #989898. Windows color (decimal): -5991283 or 9278628. OLE color: 9278628.

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

Color convert

RGB164148141-
CMYK00.100.140.36
HSL18.26º11.22%59.8%-
HSV(B)18.26º14.02%64.31%-
XYZ30.713129.56-
YUV151.99121.8136.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=36.20%
G=32.67%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414814100.100.140.3618.2611.2259.8
HexA4948D0AE2412b3c
Octal2442242150121644221374
Binary101001001001010010001101010101110100100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4948D; }

 p { color: rgb(164,148,141); }

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

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

 a { background-color: rgb(164,148,141); }

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

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

 span { border-color: rgb(164,148,141); }

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