#A1958B

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

Shades of Zorba #A1958B

Tints of Zorba #A1958B

Color information

#A1958B (or 0xA1958B) is unknown color: approx Zorba. HEX triplet: A1, 95 and 8B. RGB value is (161,149,139). Sum of RGB (Red+Green+Blue) = 161+149+139=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A1958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1958B is #5E6A74. Grayscale: #979797. Windows color (decimal): -6187637 or 9147809. OLE color: 9147809.

HSL color Cylindrical-coordinate representation of color #A1958B: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1958B is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161149139-
CMYK00.070.140.37
HSL27.27º10.48%58.82%-
HSV(B)27.27º13.66%63.14%-
XYZ30.1130.9428.81-
YUV151.45120.98134.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=35.86%
G=33.18%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114913900.070.140.3727.2710.4858.82
HexA1958B07E251ba3b
Octal241225213071645331273
Binary10100001100101011000101101111110100101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1958B; }

 p { color: rgb(161,149,139); }

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

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

 a { background-color: rgb(161,149,139); }

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

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

 span { border-color: rgb(161,149,139); }

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