#ABC6AA

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

Shades of Zanah #ABC6AA

Tints of Zanah #ABC6AA

Color information

#ABC6AA (or 0xABC6AA) is unknown color: approx Zanah. HEX triplet: AB, C6 and AA. RGB value is (171,198,170). Sum of RGB (Red+Green+Blue) = 171+198+170=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6AA is #543955. Grayscale: #BABABA. Windows color (decimal): -5519702 or 11191979. OLE color: 11191979.

HSL color Cylindrical-coordinate representation of color #ABC6AA: hue angle of 117.86º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6AA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB171198170-
CMYK0.1400.140.22
HSL117.86º19.72%72.16%-
HSV(B)117.86º14.14%77.65%-
XYZ44.2451.9545.73-
YUV186.74118.55116.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=31.73%
G=36.73%
B=31.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981700.1400.140.22117.8619.7272.16
HexABC6AAE0E16761448
Octal253306252160162616624110
Binary101010111100011010101010111001110101101110110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6AA; }

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

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

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

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

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

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

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

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