#A2948D

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

Shades of Zorba #A2948D

Tints of Zorba #A2948D

Color information

#A2948D (or 0xA2948D) is unknown color: approx Zorba. HEX triplet: A2, 94 and 8D. RGB value is (162,148,141). Sum of RGB (Red+Green+Blue) = 162+148+141=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2948D is #5D6B72. Grayscale: #979797. Windows color (decimal): -6122355 or 9278626. OLE color: 9278626.

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

Color convert

RGB162148141-
CMYK00.090.130.36
HSL20º10.14%59.41%-
HSV(B)20º12.96%63.53%-
XYZ30.330.7829.54-
YUV151.39122.14135.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=35.92%
G=32.82%
B=31.26%

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
Decimal16214814100.090.130.362010.1459.41
HexA2948D09D2414a3b
Octal2422242150111544241273
Binary101000101001010010001101010011101100100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2948D; }

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

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

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

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

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

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

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

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