#ABC2AA

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

Shades of Zanah #ABC2AA

Tints of Zanah #ABC2AA

Color information

#ABC2AA (or 0xABC2AA) is unknown color: approx Zanah. HEX triplet: AB, C2 and AA. RGB value is (171,194,170). Sum of RGB (Red+Green+Blue) = 171+194+170=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2AA is #543D55. Grayscale: #B8B8B8. Windows color (decimal): -5520726 or 11190955. OLE color: 11190955.

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

Color convert

RGB171194170-
CMYK0.1200.120.24
HSL117.5º16.44%71.37%-
HSV(B)117.5º12.37%76.08%-
XYZ43.3450.1445.42-
YUV184.39119.88118.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=31.96%
G=36.26%
B=31.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941700.1200.120.24117.516.4471.37
HexABC2AAC0C18751047
Octal253302252140143016520107
Binary101010111100001010101010110001100110001110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2AA; }

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

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

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

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

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

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

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

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