#A2988F

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

Shades of Zorba #A2988F

Tints of Zorba #A2988F

Color information

#A2988F (or 0xA2988F) is unknown color: approx Zorba. HEX triplet: A2, 98 and 8F. RGB value is (162,152,143). Sum of RGB (Red+Green+Blue) = 162+152+143=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A2988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2988F is #5D6770. Grayscale: #9A9A9A. Windows color (decimal): -6121329 or 9410722. OLE color: 9410722.

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

Color convert

RGB162152143-
CMYK00.060.120.36
HSL28.42º9.27%59.8%-
HSV(B)28.42º11.73%63.53%-
XYZ31.0932.1230.55-
YUV153.96121.81133.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=35.45%
G=33.26%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215214300.060.120.3628.429.2759.8
HexA2988F06C241c93c
Octal242230217061444341174
Binary10100010100110001000111101101100100100111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2988F; }

 p { color: rgb(162,152,143); }

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

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

 a { background-color: rgb(162,152,143); }

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

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

 span { border-color: rgb(162,152,143); }

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