#ABC1AA

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

Shades of Zanah #ABC1AA

Tints of Zanah #ABC1AA

Color information

#ABC1AA (or 0xABC1AA) is unknown color: approx Zanah. HEX triplet: AB, C1 and AA. RGB value is (171,193,170). Sum of RGB (Red+Green+Blue) = 171+193+170=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1AA is #543E55. Grayscale: #B7B7B7. Windows color (decimal): -5520982 or 11190699. OLE color: 11190699.

HSL color Cylindrical-coordinate representation of color #ABC1AA: hue angle of 117.39º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC1AA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB171193170-
CMYK0.1100.120.24
HSL117.39º15.65%71.18%-
HSV(B)117.39º11.92%75.69%-
XYZ43.1249.745.35-
YUV183.8120.21118.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=32.02%
G=36.14%
B=31.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931700.1100.120.24117.3915.6571.18
HexABC1AAB0C18751047
Octal253301252130143016520107
Binary101010111100000110101010101101100110001110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1AA; }

 p { color: rgb(171,193,170); }

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

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

 a { background-color: rgb(171,193,170); }

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

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

 span { border-color: rgb(171,193,170); }

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