#A1998F

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

Shades of Zorba #A1998F

Tints of Zorba #A1998F

Color information

#A1998F (or 0xA1998F) is unknown color: approx Zorba. HEX triplet: A1, 99 and 8F. RGB value is (161,153,143). Sum of RGB (Red+Green+Blue) = 161+153+143=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A1998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1998F is #5E6670. Grayscale: #9A9A9A. Windows color (decimal): -6186609 or 9410977. OLE color: 9410977.

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

Color convert

RGB161153143-
CMYK00.050.110.37
HSL33.33º8.74%59.61%-
HSV(B)33.33º11.18%63.14%-
XYZ31.0532.3430.59-
YUV154.25121.65132.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=35.23%
G=33.48%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115314300.050.110.3733.338.7459.61
HexA1998F05B252193c
Octal241231217051345411174
Binary101000011001100110001111010110111001011000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1998F; }

 p { color: rgb(161,153,143); }

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

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

 a { background-color: rgb(161,153,143); }

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

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

 span { border-color: rgb(161,153,143); }

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