#A2998E

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

Shades of Zorba #A2998E

Tints of Zorba #A2998E

Color information

#A2998E (or 0xA2998E) is unknown color: approx Zorba. HEX triplet: A2, 99 and 8E. RGB value is (162,153,142). Sum of RGB (Red+Green+Blue) = 162+153+142=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A2998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2998E is #5D6671. Grayscale: #9A9A9A. Windows color (decimal): -6121074 or 9345442. OLE color: 9345442.

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

Color convert

RGB162153142-
CMYK00.060.120.36
HSL33º9.71%59.61%-
HSV(B)33º12.35%63.53%-
XYZ31.1732.4230.21-
YUV154.44120.98133.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=35.45%
G=33.48%
B=31.07%

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
Decimal16215314200.060.120.36339.7159.61
HexA2998E06C2421a3c
Octal242231216061444411274
Binary101000101001100110001110011011001001001000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2998E; }

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

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

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

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

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

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

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

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