#A2958F

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

Shades of Zorba #A2958F

Tints of Zorba #A2958F

Color information

#A2958F (or 0xA2958F) is unknown color: approx Zorba. HEX triplet: A2, 95 and 8F. RGB value is (162,149,143). Sum of RGB (Red+Green+Blue) = 162+149+143=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A2958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2958F is #5D6A70. Grayscale: #989898. Windows color (decimal): -6122097 or 9409954. OLE color: 9409954.

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

Color convert

RGB162149143-
CMYK00.080.120.36
HSL18.95º9.27%59.8%-
HSV(B)18.95º11.73%63.53%-
XYZ30.6131.1630.39-
YUV152.2122.81134.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=35.68%
G=32.82%
B=31.50%

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
Decimal16214914300.080.120.3618.959.2759.8
HexA2958F08C241393c
Octal2422252170101444231174
Binary101000101001010110001111010001100100100100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2958F; }

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

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

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

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

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

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

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

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