#A2988E

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

Shades of Zorba #A2988E

Tints of Zorba #A2988E

Color information

#A2988E (or 0xA2988E) is unknown color: approx Zorba. HEX triplet: A2, 98 and 8E. RGB value is (162,152,142). Sum of RGB (Red+Green+Blue) = 162+152+142=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A2988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2988E is #5D6771. Grayscale: #999999. Windows color (decimal): -6121330 or 9345186. OLE color: 9345186.

HSL color Cylindrical-coordinate representation of color #A2988E: hue angle of 30º degrees, saturation: 0.1, 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 #A2988E is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162152142-
CMYK00.060.120.36
HSL30º9.71%59.61%-
HSV(B)30º12.35%63.53%-
XYZ31.0132.0930.15-
YUV153.85121.31133.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=35.53%
G=33.33%
B=31.14%

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
Decimal16215214200.060.120.36309.7159.61
HexA2988E06C241ea3c
Octal242230216061444361274
Binary10100010100110001000111001101100100100111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2988E; }

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

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

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

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

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

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

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

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