#A2958E

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

Shades of Zorba #A2958E

Tints of Zorba #A2958E

Color information

#A2958E (or 0xA2958E) is unknown color: approx Zorba. HEX triplet: A2, 95 and 8E. RGB value is (162,149,142). Sum of RGB (Red+Green+Blue) = 162+149+142=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2958E is #5D6A71. Grayscale: #989898. Windows color (decimal): -6122098 or 9344418. OLE color: 9344418.

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

Color convert

RGB162149142-
CMYK00.080.120.36
HSL21º9.71%59.61%-
HSV(B)21º12.35%63.53%-
XYZ30.5331.1329.99-
YUV152.09122.31135.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=35.76%
G=32.89%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214914200.080.120.36219.7159.61
HexA2958E08C2415a3c
Octal2422252160101444251274
Binary101000101001010110001110010001100100100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2958E; }

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

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

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

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

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

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

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

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