#ABC5AC

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

Shades of Zanah #ABC5AC

Tints of Zanah #ABC5AC

Color information

#ABC5AC (or 0xABC5AC) is unknown color: approx Zanah. HEX triplet: AB, C5 and AC. RGB value is (171,197,172). Sum of RGB (Red+Green+Blue) = 171+197+172=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5AC is #543A53. Grayscale: #BABABA. Windows color (decimal): -5519956 or 11322795. OLE color: 11322795.

HSL color Cylindrical-coordinate representation of color #ABC5AC: hue angle of 122.31º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5AC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB171197172-
CMYK0.1300.130.23
HSL122.31º18.31%72.16%-
HSV(B)122.31º13.2%77.25%-
XYZ44.2151.5746.65-
YUV186.38119.89117.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=31.67%
G=36.48%
B=31.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971720.1300.130.23122.3118.3172.16
HexABC5ACD0D177a1248
Octal253305254150152717222110
Binary101010111100010110101100110101101101111111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5AC; }

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

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

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

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

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

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

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

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