#A1968E

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

Shades of Zorba #A1968E

Tints of Zorba #A1968E

Color information

#A1968E (or 0xA1968E) is unknown color: approx Zorba. HEX triplet: A1, 96 and 8E. RGB value is (161,150,142). Sum of RGB (Red+Green+Blue) = 161+150+142=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A1968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1968E is #5E6971. Grayscale: #989898. Windows color (decimal): -6187378 or 9344673. OLE color: 9344673.

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

Color convert

RGB161150142-
CMYK00.070.120.37
HSL25.26º9.18%59.41%-
HSV(B)25.26º11.8%63.14%-
XYZ30.4931.3430.03-
YUV152.38122.14134.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=35.54%
G=33.11%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115014200.070.120.3725.269.1859.41
HexA1968E07C251993b
Octal241226216071445311173
Binary10100001100101101000111001111100100101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1968E; }

 p { color: rgb(161,150,142); }

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

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

 a { background-color: rgb(161,150,142); }

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

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

 span { border-color: rgb(161,150,142); }

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