#ABBDAC

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

Shades of Zanah #ABBDAC

Tints of Zanah #ABBDAC

Color information

#ABBDAC (or 0xABBDAC) is unknown color: approx Zanah. HEX triplet: AB, BD and AC. RGB value is (171,189,172). Sum of RGB (Red+Green+Blue) = 171+189+172=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDAC is #544253. Grayscale: #B5B5B5. Windows color (decimal): -5522004 or 11320747. OLE color: 11320747.

HSL color Cylindrical-coordinate representation of color #ABBDAC: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDAC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB171189172-
CMYK0.1000.090.26
HSL123.33º12%70.59%-
HSV(B)123.33º9.52%74.12%-
XYZ42.4448.0346.06-
YUV181.68122.54120.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=32.14%
G=35.53%
B=32.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891720.1000.090.26123.331270.59
HexABBDACA091A7bc47
Octal253275254120113217314107
Binary10101011101111011010110010100100111010111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDAC; }

 p { color: rgb(171,189,172); }

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

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

 a { background-color: rgb(171,189,172); }

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

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

 span { border-color: rgb(171,189,172); }

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