#ABC7A9

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

Shades of Zanah #ABC7A9

Tints of Zanah #ABC7A9

Color information

#ABC7A9 (or 0xABC7A9) is unknown color: approx Zanah. HEX triplet: AB, C7 and A9. RGB value is (171,199,169). Sum of RGB (Red+Green+Blue) = 171+199+169=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC7A9 is #543856. Grayscale: #BBBBBB. Windows color (decimal): -5519447 or 11126699. OLE color: 11126699.

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

Color convert

RGB171199169-
CMYK0.1400.150.22
HSL116º21.13%72.16%-
HSV(B)116º15.08%78.04%-
XYZ44.3852.3745.31-
YUV187.21117.72116.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=31.73%
G=36.92%
B=31.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991690.1400.150.2211621.1372.16
HexABC7A9E0F16741548
Octal253307251160172616425110
Binary101010111100011110101001111001111101101110100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7A9; }

 p { color: rgb(171,199,169); }

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

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

 a { background-color: rgb(171,199,169); }

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

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

 span { border-color: rgb(171,199,169); }

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